Searched refs:LOAD_LIBRARY_SEARCH_SYSTEM32 (Results 1 - 11 of 11) sorted by relevance
/third_party/ffmpeg/compat/ |
H A D | w32dlfcn.h | 125 #ifndef LOAD_LIBRARY_SEARCH_SYSTEM32 in win32_dlopen() 126 # define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 in win32_dlopen() macro 133 #define LOAD_FLAGS (LOAD_LIBRARY_SEARCH_APPLICATION_DIR | LOAD_LIBRARY_SEARCH_SYSTEM32) in win32_dlopen()
|
/third_party/curl/lib/ |
H A D | system_win32.c | 173 #if !defined(LOAD_LIBRARY_SEARCH_SYSTEM32) 174 #define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 macro 232 /* Detect if KB2533623 is installed, as LOAD_LIBRARY_SEARCH_SYSTEM32 is only in Curl_load_library() 237 hModule = pLoadLibraryEx(filename, NULL, LOAD_LIBRARY_SEARCH_SYSTEM32); in Curl_load_library()
|
/third_party/rust/crates/libloading/src/os/windows/ |
H A D | mod.rs | 19 pub(crate) const LOAD_LIBRARY_SEARCH_SYSTEM32: DWORD = DWORD; 44 LOAD_LIBRARY_SEARCH_SYSTEM32, 472 /// [`LOAD_LIBRARY_SEARCH_SYSTEM32`], and [`LOAD_LIBRARY_SEARCH_USER_DIRS`]. Directories in the 496 pub const LOAD_LIBRARY_SEARCH_SYSTEM32: DWORD = consts::LOAD_LIBRARY_SEARCH_SYSTEM32; consts
|
/third_party/libuv/src/win/ |
H A D | winapi.c | 129 powrprof_module = LoadLibraryExA("powrprof.dll", NULL, LOAD_LIBRARY_SEARCH_SYSTEM32); in uv__winapi_init()
|
/third_party/node/deps/uv/src/win/ |
H A D | winapi.c | 129 powrprof_module = LoadLibraryExA("powrprof.dll", NULL, LOAD_LIBRARY_SEARCH_SYSTEM32); in uv__winapi_init()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | system_utils_win32.cpp | 63 mModule = LoadLibraryExA(libraryName, nullptr, LOAD_LIBRARY_SEARCH_SYSTEM32); in Win32Library()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | unwinding-info-win64.cc | 505 LoadLibraryEx(L"ntdll.dll", nullptr, LOAD_LIBRARY_SEARCH_SYSTEM32); in LoadNtdllUnwindingFunctionsOnce()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | DisplayWGL.cpp | 129 mOpenGLModule = LoadLibraryExA("opengl32.dll", NULL, LOAD_LIBRARY_SEARCH_SYSTEM32); in initializeImpl()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 125 #if defined(_WIN32) && ! defined(LOAD_LIBRARY_SEARCH_SYSTEM32) 126 # define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 macro
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 120 #if defined(_WIN32) && ! defined(LOAD_LIBRARY_SEARCH_SYSTEM32) 121 # define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 macro
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 15625 if (PyModule_AddIntConstant(m, "_LOAD_LIBRARY_SEARCH_SYSTEM32", LOAD_LIBRARY_SEARCH_SYSTEM32)) return -1; in all_ins()
|
Completed in 48 milliseconds