From 70a09d673cc82967e455f0df90388e2ff91b7251 Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Fri, 11 Aug 2000 17:30:20 +0000 Subject: [PATCH] Fixed a pair of exported symbols' stack size. svn path=/trunk/; revision=1296 --- reactos/lib/ntdll/def/ntdll.def | 10 +++++----- reactos/lib/ntdll/def/ntdll.edf | 4 +++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/reactos/lib/ntdll/def/ntdll.def b/reactos/lib/ntdll/def/ntdll.def index cc7c8e10067..9658d233aff 100644 --- a/reactos/lib/ntdll/def/ntdll.def +++ b/reactos/lib/ntdll/def/ntdll.def @@ -1,4 +1,4 @@ -; $Id: ntdll.def,v 1.59 2000/08/11 12:34:13 ekohl Exp $ +; $Id: ntdll.def,v 1.60 2000/08/11 17:30:20 ea Exp $ ; ; ReactOS Operating System ; @@ -286,10 +286,10 @@ RtlAllocateHeap@12 RtlAnsiCharToUnicodeChar@4 RtlAnsiStringToUnicodeSize@4 RtlAnsiStringToUnicodeString@12 -RtlAppendAsciizToString@12 -RtlAppendStringToString@12 -RtlAppendUnicodeStringToString@12 -RtlAppendUnicodeToString@12 +RtlAppendAsciizToString@8 +RtlAppendStringToString@8 +RtlAppendUnicodeStringToString@8 +RtlAppendUnicodeToString@8 ;RtlApplyRXact ;RtlApplyRXactNoFlush RtlAreAllAccessesGranted@8 diff --git a/reactos/lib/ntdll/def/ntdll.edf b/reactos/lib/ntdll/def/ntdll.edf index ba314e818d6..96f059520cf 100644 --- a/reactos/lib/ntdll/def/ntdll.edf +++ b/reactos/lib/ntdll/def/ntdll.edf @@ -1,4 +1,4 @@ -; $Id: ntdll.edf,v 1.48 2000/08/11 12:34:13 ekohl Exp $ +; $Id: ntdll.edf,v 1.49 2000/08/11 17:30:20 ea Exp $ ; ; ReactOS Operating System ; @@ -285,6 +285,8 @@ RtlAllocateHeap=RtlAllocateHeap@12 RtlAnsiCharToUnicodeChar=RtlAnsiCharToUnicodeChar@4 RtlAnsiStringToUnicodeSize=RtlAnsiStringToUnicodeSize@4 RtlAnsiStringToUnicodeString=RtlAnsiStringToUnicodeString@12 +RtlAppendAsciizToString=RtlAppendAsciizToString@8 +RtlAppendStringToString=RtlAppendStringToString@8 RtlAppendUnicodeStringToString=RtlAppendUnicodeStringToString@8 RtlAppendUnicodeToString=RtlAppendUnicodeToString@8 ;RtlApplyRXact