[ros-diffs] [cfinck] 32199: Yet another attempt to fix build

cfinck at svn.reactos.org cfinck at svn.reactos.org
Thu Feb 7 21:58:59 CET 2008


Author: cfinck
Date: Thu Feb  7 23:58:58 2008
New Revision: 32199

URL: http://svn.reactos.org/svn/reactos?rev=32199&view=rev
Log:
Yet another attempt to fix build

Modified:
    trunk/reactos/include/ndk/i386/ketypes.h

Modified: trunk/reactos/include/ndk/i386/ketypes.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/i386/ketypes.h?rev=32199&r1=32198&r2=32199&view=diff
==============================================================================
--- trunk/reactos/include/ndk/i386/ketypes.h (original)
+++ trunk/reactos/include/ndk/i386/ketypes.h Thu Feb  7 23:58:58 2008
@@ -29,7 +29,7 @@
 #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
 




More information about the Ros-diffs mailing list