ReactOS PowerPC WIP. This will be edited and merged, and likely shrunk.
[reactos.git] / reactos / include / ndk / pstypes.h
index 954e1c5..942d0ae 100644 (file)
@@ -1117,7 +1117,11 @@ typedef struct _EPROCESS
 #endif
     union
     {
+#ifdef _M_IX86
         HARDWARE_PTE_X86 PagedirectoryPte;
+#else
+       HARDWARE_PTE_PPC PagedirectoryPte;
+#endif
         ULONGLONG Filler;
     };
     ULONG Session;