Home
last modified time | relevance | path

Searched refs:LOAD_LIBRARY_SEARCH_SYSTEM32 (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/compat/
H A Dw32dlfcn.h125 #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 Dsystem_win32.c173 #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 Dmod.rs19 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 Dwinapi.c129 powrprof_module = LoadLibraryExA("powrprof.dll", NULL, LOAD_LIBRARY_SEARCH_SYSTEM32); in uv__winapi_init()
/third_party/node/deps/uv/src/win/
H A Dwinapi.c129 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 Dsystem_utils_win32.cpp63 mModule = LoadLibraryExA(libraryName, nullptr, LOAD_LIBRARY_SEARCH_SYSTEM32); in Win32Library()
/third_party/node/deps/v8/src/diagnostics/
H A Dunwinding-info-win64.cc505 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 DDisplayWGL.cpp129 mOpenGLModule = LoadLibraryExA("opengl32.dll", NULL, LOAD_LIBRARY_SEARCH_SYSTEM32); in initializeImpl()
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c125 #if defined(_WIN32) && ! defined(LOAD_LIBRARY_SEARCH_SYSTEM32)
126 # define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 macro
/third_party/python/Modules/expat/
H A Dxmlparse.c120 #if defined(_WIN32) && ! defined(LOAD_LIBRARY_SEARCH_SYSTEM32)
121 # define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 macro
/third_party/python/Modules/
H A Dposixmodule.c15625 if (PyModule_AddIntConstant(m, "_LOAD_LIBRARY_SEARCH_SYSTEM32", LOAD_LIBRARY_SEARCH_SYSTEM32)) return -1; in all_ins()

Completed in 48 milliseconds