Searched refs:LOAD_LIBRARY_SEARCH_SYSTEM32 (Results 1 – 2 of 2) sorted by relevance
129 powrprof_module = LoadLibraryExA("powrprof.dll", NULL, LOAD_LIBRARY_SEARCH_SYSTEM32); in uv__winapi_init()
118 #if defined(_WIN32) && ! defined(LOAD_LIBRARY_SEARCH_SYSTEM32)119 # define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 macro