sys: restrict build to Win7

This commit is contained in:
Bill Zissimopoulos
2016-11-07 13:28:57 -08:00
parent bd3d462bce
commit b1d8192d59
3 changed files with 2 additions and 12 deletions

View File

@ -1192,16 +1192,6 @@ extern ULONG FspMvMdlMappingNoWrite;
* Fixes
*/
/* ObCloseHandle: add missing prototype */
#if (NTDDI_VERSION < NTDDI_WIN7)
NTKERNELAPI
NTSTATUS
ObCloseHandle(
_In_ HANDLE Handle,
_In_ KPROCESSOR_MODE PreviousMode
);
#endif
/* RtlEqualMemory: this is defined as memcmp, which does not exist on Win7 x86! */
#undef RtlEqualMemory
static inline