Searched refs:LOAD_LIBRARY_SEARCH_USER_DIRS (Results 1 – 2 of 2) sorted by relevance
20 pub(crate) const LOAD_LIBRARY_SEARCH_USER_DIRS: DWORD = DWORD; constant45 LOAD_LIBRARY_SEARCH_USER_DIRS,510 pub const LOAD_LIBRARY_SEARCH_USER_DIRS: DWORD = consts::LOAD_LIBRARY_SEARCH_USER_DIRS; constant
15115 …if (PyModule_AddIntConstant(m, "_LOAD_LIBRARY_SEARCH_USER_DIRS", LOAD_LIBRARY_SEARCH_USER_DIRS)) r… in all_ins()