projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
026972b
)
Yet another attempt to fix build
author
Colin Finck
<colin@reactos.org>
Thu, 7 Feb 2008 20:58:58 +0000
(20:58 +0000)
committer
Colin 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
patch
|
blob
|
history
diff --git
a/reactos/include/ndk/i386/ketypes.h
b/reactos/include/ndk/i386/ketypes.h
index
3e2cddc
..
5f7fcf8
100644
(file)
--- a/
reactos/include/ndk/i386/ketypes.h
+++ b/
reactos/include/ndk/i386/ketypes.h
@@
-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