Fixed a pair of exported symbols' stack size.

svn path=/trunk/; revision=1296
This commit is contained in:
Emanuele Aliberti 2000-08-11 17:30:20 +00:00
parent 97b05ef460
commit 70a09d673c
2 changed files with 8 additions and 6 deletions

View file

@ -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

View file

@ -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