[PSDK] winbase.h: Update LoadLibraryEx() dwFlags value defines (#3456)

Add another Vista check.
Addendum to 986cc5e.
This commit is contained in:
Serge Gautherie 2021-02-16 16:37:48 +01:00 committed by GitHub
parent 0f8224e985
commit 7ca16bf696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -354,7 +354,9 @@ extern "C" {
#define LOAD_LIBRARY_SAFE_CURRENT_DIRS 0x00002000
#define LOAD_LIBRARY_SEARCH_SYSTEM32_NO_FORWARDER 0x00004000
#else // NTDDI_WIN10_RS1
#if (_WIN32_WINNT >= _WIN32_WINNT_VISTA)
#define LOAD_LIBRARY_SEARCH_SYSTEM32_NO_FORWARDER LOAD_LIBRARY_SEARCH_SYSTEM32
#endif // _WIN32_WINNT_VISTA
#endif // NTDDI_WIN10_RS1
#if (NTDDI_VERSION >= NTDDI_WIN10_RS2)
#define LOAD_LIBRARY_OS_INTEGRITY_CONTINUITY 0x00008000