projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c2d5b
)
[NTOSKRNL]
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Fri, 16 Jul 2010 17:53:00 +0000
(17:53 +0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Fri, 16 Jul 2010 17:53:00 +0000
(17:53 +0000)
- #if out RtlpCaptureStackLimits on amd64 as well
svn path=/trunk/; revision=48087
reactos/ntoskrnl/rtl/libsupp.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/rtl/libsupp.c
b/reactos/ntoskrnl/rtl/libsupp.c
index
4a6c8bc
..
cbff179
100644
(file)
--- a/
reactos/ntoskrnl/rtl/libsupp.c
+++ b/
reactos/ntoskrnl/rtl/libsupp.c
@@
-225,7
+225,7
@@
RtlpHandleDpcStackException(IN PEXCEPTION_REGISTRATION_RECORD RegistrationFrame,
return FALSE;
}
-#if
ndef _ARM_
+#if
!defined(_ARM_) && !defined(_AMD64_)
BOOLEAN
NTAPI