[SDK] Fix NT6 building issues and improve SDK NT6 headers.
[reactos.git] / sdk / include / ndk / peb_teb.h
index c52b161..89a0228 100644 (file)
@@ -344,7 +344,7 @@ typedef struct STRUCT(_TEB)
 #endif
     PTR(PVOID)             WinSockData;
     ULONG                  GdiBatchCount;
-#if (NTDDI_VERSION >= NTDDI_WIN10)
+#if (NTDDI_VERSION >= NTDDI_WIN7)
     union
     {
         PROCESSOR_NUMBER   CurrentIdealProcessor;