Sync to trunk head (r42241)
[reactos.git] / reactos / include / ndk / ketypes.h
index 22b6204..ddaa77b 100644 (file)
@@ -957,10 +957,10 @@ typedef struct _KPROCESS
     DISPATCHER_HEADER Header;
     LIST_ENTRY ProfileListHead;
 #if (NTDDI_VERSION >= NTDDI_LONGHORN)
-    ULONG DirectoryTableBase;
-    ULONG Unused0;
+    ULONG_PTR DirectoryTableBase;
+    ULONG_PTR Unused0;
 #else
-    ULONG DirectoryTableBase[2];
+    ULONG_PTR DirectoryTableBase[2];
 #endif
 #if defined(_M_IX86)
     KGDTENTRY LdtDescriptor;