Added missing exports.

svn path=/trunk/; revision=720
This commit is contained in:
Eric Kohl 1999-10-21 16:13:39 +00:00
parent 0300e2a9d1
commit 13e2e79e44
2 changed files with 9 additions and 5 deletions

View file

@ -1,4 +1,4 @@
; $Id: ntdll.def,v 1.17 1999/10/18 21:55:30 ariadne Exp $
; $Id: ntdll.def,v 1.18 1999/10/21 16:13:39 ekohl Exp $
;
; ReactOS Operating System
;
@ -545,8 +545,8 @@ wcspbrk
wcsrchr
wcsspn
wcsstr
LdrMapNTDllForProcess
LdrLoadDll
LdrUnloadDll
LdrGetExportByName
LdrGetExportByOrdinal
LdrLoadDll
LdrMapNTDllForProcess
LdrUnloadDll

View file

@ -1,4 +1,4 @@
; $Id: ntdll.edf,v 1.7 1999/10/12 21:17:04 ea Exp $
; $Id: ntdll.edf,v 1.8 1999/10/21 16:13:39 ekohl Exp $
;
; ReactOS Operating System
;
@ -545,4 +545,8 @@ wcspbrk
wcsrchr
wcsspn
wcsstr
LdrGetExportByName
LdrGetExportByOrdinal
LdrLoadDll
LdrMapNTDllForProcess
LdrUnloadDll