Searched refs:DLL_STRINGIFY (Results 1 – 1 of 1) sorted by relevance
76 #define DLL_STRINGIFY(s) #s macro77 #define DLL_LOAD_LIBRARY(name) LoadLibraryA(DLL_STRINGIFY(name))79 #define DLL_STRINGIFY(s) L#s macro80 #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)); \