[NTOSKRNL]

- #if out RtlpCaptureStackLimits on amd64 as well

svn path=/trunk/; revision=48087
This commit is contained in:
Timo Kreuzer
2010-07-16 17:53:00 +00:00
parent d2c2d5b635
commit 677bd3c418
+1 -1
View File
@@ -225,7 +225,7 @@ RtlpHandleDpcStackException(IN PEXCEPTION_REGISTRATION_RECORD RegistrationFrame,
return FALSE;
}
#ifndef _ARM_
#if !defined(_ARM_) && !defined(_AMD64_)
BOOLEAN
NTAPI