Home
last modified time | relevance | path

Searched defs:LOAD_LIBRARY_SEARCH_APPLICATION_DIR (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/compat/
Dw32dlfcn.h70 # define LOAD_LIBRARY_SEARCH_APPLICATION_DIR 0x00000200 in win32_dlopen() macro
/third_party/rust/crates/libloading/src/os/windows/
Dmod.rs16 pub(crate) const LOAD_LIBRARY_SEARCH_APPLICATION_DIR: DWORD = DWORD; constant
467 pub const LOAD_LIBRARY_SEARCH_APPLICATION_DIR: DWORD = consts::LOAD_LIBRARY_SEARCH_APPLICATION_DIR; constant