Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dwinapi.c129 powrprof_module = LoadLibraryExA("powrprof.dll", NULL, LOAD_LIBRARY_SEARCH_SYSTEM32); in uv__winapi_init()
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c118 #if defined(_WIN32) && ! defined(LOAD_LIBRARY_SEARCH_SYSTEM32)
119 # define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 macro