mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef _ARM_
|
#if !defined(_ARM_) && !defined(_AMD64_)
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
Loading…
Reference in a new issue