mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[PSDK] winbase.h: Update LoadLibraryEx() dwFlags value defines (#3456)
Add another Vista check.
Addendum to 986cc5e
.
This commit is contained in:
parent
0f8224e985
commit
7ca16bf696
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue