Searched refs:LOAD_LIBRARY_SEARCH_APPLICATION_DIR (Results 1 – 4 of 4) sorted by relevance
122 #ifndef LOAD_LIBRARY_SEARCH_APPLICATION_DIR in win32_dlopen()123 # define LOAD_LIBRARY_SEARCH_APPLICATION_DIR 0x00000200 in win32_dlopen() macro133 #define LOAD_FLAGS (LOAD_LIBRARY_SEARCH_APPLICATION_DIR | LOAD_LIBRARY_SEARCH_SYSTEM32) in win32_dlopen()
16 pub(crate) const LOAD_LIBRARY_SEARCH_APPLICATION_DIR: DWORD = DWORD; constant41 LOAD_LIBRARY_SEARCH_APPLICATION_DIR,467 pub const LOAD_LIBRARY_SEARCH_APPLICATION_DIR: DWORD = consts::LOAD_LIBRARY_SEARCH_APPLICATION_DIR; constant
1127 hPython3 = LoadLibraryExW(PY3_DLLNAME, NULL, LOAD_LIBRARY_SEARCH_APPLICATION_DIR); in _Py_CheckPython3()
15406 …_AddIntConstant(m, "_LOAD_LIBRARY_SEARCH_APPLICATION_DIR", LOAD_LIBRARY_SEARCH_APPLICATION_DIR)) r… in all_ins()