Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_common.h77 #define DLL_LOAD_LIBRARY(name) LoadLibraryA(DLL_STRINGIFY(name)) macro
80 #define DLL_LOAD_LIBRARY(name) LoadLibrary(DLL_STRINGIFY(name)) macro
91 __dll_##name##_handle = DLL_LOAD_LIBRARY(name); \