mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[NTOSKRNL]
- #if out RtlpCaptureStackLimits on amd64 as well svn path=/trunk/; revision=48087
This commit is contained in:
parent
d2c2d5b635
commit
677bd3c418
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ RtlpHandleDpcStackException(IN PEXCEPTION_REGISTRATION_RECORD RegistrationFrame,
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
#ifndef _ARM_
|
||||
#if !defined(_ARM_) && !defined(_AMD64_)
|
||||
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
|
|
Loading…
Reference in a new issue