[NTDLL] Fix some vista exports

Make sure RtlRemovePrivileges gets compiled, when DLL_EXPORT_VERSION is 0x600+
Enable all existing functions from rtl_vista.
Hack CsrNewThread export to exist on later versions, too
This commit is contained in:
Timo Kreuzer 2023-08-05 15:05:20 +03:00
parent 55e0cab597
commit 49da1cdbeb
2 changed files with 16 additions and 16 deletions

View file

@ -487,7 +487,7 @@ RtlAdjustPrivilege(IN ULONG Privilege,
return STATUS_SUCCESS;
}
#if (NTDDI_VERSION >= NTDDI_VISTA)
#if (NTDDI_VERSION >= NTDDI_VISTA) || (DLL_EXPORT_VERSION >= _WIN32_WINNT_VISTA)
/**
* @brief