mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Yet another attempt to fix build
svn path=/trunk/; revision=32199
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user