Home
last modified time | relevance | path

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

/third_party/ffmpeg/compat/
Dw32dlfcn.h72 #ifndef LOAD_LIBRARY_SEARCH_SYSTEM32 in win32_dlopen()
73 # define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 in win32_dlopen() macro
84 …urn LoadLibraryExA(name, NULL, LOAD_LIBRARY_SEARCH_APPLICATION_DIR | LOAD_LIBRARY_SEARCH_SYSTEM32); in win32_dlopen()
/third_party/curl/lib/
Dsystem_win32.c140 #if !defined(LOAD_LIBRARY_SEARCH_SYSTEM32)
141 #define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 macro
204 hModule = pLoadLibraryEx(filename, NULL, LOAD_LIBRARY_SEARCH_SYSTEM32); in Curl_load_library()
/third_party/libuv/src/win/
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/
Dsystem_utils_win32.cpp63 mModule = LoadLibraryExA(libraryName, nullptr, LOAD_LIBRARY_SEARCH_SYSTEM32); in Win32Library()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dsystem_utils_win.cpp260 mModule = LoadLibraryExA(buffer, nullptr, LOAD_LIBRARY_SEARCH_SYSTEM32); in Win32Library()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp129 mOpenGLModule = LoadLibraryExA("opengl32.dll", NULL, LOAD_LIBRARY_SEARCH_SYSTEM32); in initializeImpl()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp130 mOpenGLModule = LoadLibraryExA("opengl32.dll", NULL, LOAD_LIBRARY_SEARCH_SYSTEM32); in initializeImpl()
/third_party/expat/lib/
Dxmlparse.c116 #if defined(_WIN32) && ! defined(LOAD_LIBRARY_SEARCH_SYSTEM32)
117 # define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 macro
/third_party/python/Modules/expat/
Dxmlparse.c116 #if defined(_WIN32) && ! defined(LOAD_LIBRARY_SEARCH_SYSTEM32)
117 # define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 macro
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmlparse.c116 #if defined(_WIN32) && ! defined(LOAD_LIBRARY_SEARCH_SYSTEM32)
117 # define LOAD_LIBRARY_SEARCH_SYSTEM32 0x00000800 macro
/third_party/python/Modules/
Dposixmodule.c15407 …if (PyModule_AddIntConstant(m, "_LOAD_LIBRARY_SEARCH_SYSTEM32", LOAD_LIBRARY_SEARCH_SYSTEM32)) ret… in all_ins()