aboutsummaryrefslogtreecommitdiff
path: root/libs/usvfs/src/usvfs_dll/hooks/sharedids.h
blob: 9a7531c272c7c8fbb23a524e2083b1bba23d4a13 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "../hookcontext.h"

typedef std::map<HANDLE, std::wstring> SearchHandleMap;

// maps handles opened for searching to the original search path, which is
// necessary if the handle creation was rerouted
DATA_ID(SearchHandles);