Searched refs:DLL_STRINGIFY (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_common.h74 #define DLL_STRINGIFY(dll) #dll macro
75 #define DLL_GET_MODULE_HANDLE(dll) GetModuleHandleA(DLL_STRINGIFY(dll))
76 #define DLL_LOAD_LIBRARY(dll) LoadLibraryA(DLL_STRINGIFY(dll))
78 #define DLL_STRINGIFY(dll) L#dll macro
79 #define DLL_GET_MODULE_HANDLE(dll) GetModuleHandle(DLL_STRINGIFY(dll))
80 #define DLL_LOAD_LIBRARY(dll) LoadLibrary(DLL_STRINGIFY(dll))
93 DLL_STRINGIFY(name)); \
96 DLL_STRINGIFY(name) DLL_STRINGIFY(A)); \
99 DLL_STRINGIFY(nam
[all...]

Completed in 77 milliseconds