mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
StackLimit < StackBase! Rename parameters in prototype of RtlpGetStackLimits to LowLimit and HighLimit.
svn path=/branches/ros-amd64-bringup/; revision=37424
This commit is contained in:
@@ -28,8 +28,8 @@ extern VOID FASTCALL CHECK_PAGED_CODE_RTL(char *file, int line);
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
RtlpGetStackLimits(PULONG_PTR StackBase,
|
||||
PULONG_PTR StackLimit);
|
||||
RtlpGetStackLimits(PULONG_PTR LowLimit,
|
||||
PULONG_PTR HighLimit);
|
||||
|
||||
PEXCEPTION_REGISTRATION_RECORD
|
||||
NTAPI
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
RtlpGetStackLimits(PULONG_PTR StackBase,
|
||||
PULONG_PTR StackLimit);
|
||||
RtlpGetStackLimits(PULONG_PTR LowLimit,
|
||||
PULONG_PTR HighLimit);
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user