Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_common.h76 #define DLL_STRINGIFY(s) #s macro
77 #define DLL_LOAD_LIBRARY(name) LoadLibraryA(DLL_STRINGIFY(name))
79 #define DLL_STRINGIFY(s) L#s macro
80 #define DLL_LOAD_LIBRARY(name) LoadLibrary(DLL_STRINGIFY(name))
121 DLL_STRINGIFY(name)); \
125 DLL_STRINGIFY(name) DLL_STRINGIFY(A)); \
129 DLL_STRINGIFY(name) DLL_STRINGIFY(W)); \