mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +00:00
[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:
parent
55e0cab597
commit
49da1cdbeb
2 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue