mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +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,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
|
||||
;
|
||||
|
@ -417,7 +417,6 @@ LeaveCriticalSection=LeaveCriticalSection@4
|
|||
LoadLibraryA=LoadLibraryA@4
|
||||
LoadLibraryExA=LoadLibraryExA@12
|
||||
LoadLibraryExW=LoadLibraryExW@12
|
||||
LoadLibraryW=LoadLibraryW@4
|
||||
LoadModule=LoadModule@8
|
||||
LoadResource=LoadResource@8
|
||||
LocalAlloc=LocalAlloc@8
|
||||
|
|
Loading…
Reference in a new issue