pub const LOAD_LIBRARY_SEARCH_SYSTEM32: u32 = 0x00000800;
Available on Windows only.
Expand description

Search %windows%\system32 for the DLL and its dependencies.

Directories in the standard search path are not searched. This value cannot be combined with LOAD_WITH_ALTERED_SEARCH_PATH.

See flag documentation on MSDN.