Yet another attempt to fix build
authorColin Finck <colin@reactos.org>
Thu, 7 Feb 2008 20:58:58 +0000 (20:58 +0000)
committerColin Finck <colin@reactos.org>
Thu, 7 Feb 2008 20:58:58 +0000 (20:58 +0000)
svn path=/trunk/; revision=32199

reactos/include/ndk/i386/ketypes.h

index 3e2cddc..5f7fcf8 100644 (file)
@@ -29,7 +29,7 @@ Author:
 #define K0IPCR                  ((ULONG_PTR)(KIP0PCRADDRESS))
 #define PCR                     ((volatile KPCR * const)K0IPCR)
 #if defined(CONFIG_SMP) || defined(NT_BUILD)
-#undef  KeGetPcr()
+#undef  KeGetPcr
 #define KeGetPcr()              ((volatile KPCR * const)__readfsdword(0x1C))
 #endif