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?... ============================================================================== --- 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