mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:02:58 +00:00
Removed LoadLibraryW from kernel32.edf, as it seems to not have an implementation and so would not compile. Wonder where the implementation whent?
svn path=/trunk/; revision=1110
This commit is contained in:
parent
654c8e7d00
commit
fe9a733457
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
; $Id: kernel32.edf,v 1.4 1999/12/12 07:59:41 phreak Exp $
|
; $Id: kernel32.edf,v 1.5 2000/04/07 21:45:32 phreak Exp $
|
||||||
;
|
;
|
||||||
; kernel32.edf
|
; kernel32.edf
|
||||||
;
|
;
|
||||||
|
@ -417,7 +417,6 @@ LeaveCriticalSection=LeaveCriticalSection@4
|
||||||
LoadLibraryA=LoadLibraryA@4
|
LoadLibraryA=LoadLibraryA@4
|
||||||
LoadLibraryExA=LoadLibraryExA@12
|
LoadLibraryExA=LoadLibraryExA@12
|
||||||
LoadLibraryExW=LoadLibraryExW@12
|
LoadLibraryExW=LoadLibraryExW@12
|
||||||
LoadLibraryW=LoadLibraryW@4
|
|
||||||
LoadModule=LoadModule@8
|
LoadModule=LoadModule@8
|
||||||
LoadResource=LoadResource@8
|
LoadResource=LoadResource@8
|
||||||
LocalAlloc=LocalAlloc@8
|
LocalAlloc=LocalAlloc@8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue