Home
last modified time | relevance | path

Searched defs: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