mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:22:57 +00:00
Added missing exports.
svn path=/trunk/; revision=720
This commit is contained in:
parent
0300e2a9d1
commit
13e2e79e44
2 changed files with 9 additions and 5 deletions
|
@ -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
|
; ReactOS Operating System
|
||||||
;
|
;
|
||||||
|
@ -545,8 +545,8 @@ wcspbrk
|
||||||
wcsrchr
|
wcsrchr
|
||||||
wcsspn
|
wcsspn
|
||||||
wcsstr
|
wcsstr
|
||||||
LdrMapNTDllForProcess
|
|
||||||
LdrLoadDll
|
|
||||||
LdrUnloadDll
|
|
||||||
LdrGetExportByName
|
LdrGetExportByName
|
||||||
LdrGetExportByOrdinal
|
LdrGetExportByOrdinal
|
||||||
|
LdrLoadDll
|
||||||
|
LdrMapNTDllForProcess
|
||||||
|
LdrUnloadDll
|
||||||
|
|
|
@ -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
|
; ReactOS Operating System
|
||||||
;
|
;
|
||||||
|
@ -545,4 +545,8 @@ wcspbrk
|
||||||
wcsrchr
|
wcsrchr
|
||||||
wcsspn
|
wcsspn
|
||||||
wcsstr
|
wcsstr
|
||||||
|
LdrGetExportByName
|
||||||
|
LdrGetExportByOrdinal
|
||||||
|
LdrLoadDll
|
||||||
LdrMapNTDllForProcess
|
LdrMapNTDllForProcess
|
||||||
|
LdrUnloadDll
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue