* lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
* lib/kernel32.def (ConvertToGlobalHandle): Add stub.
This commit is contained in:
parent
37be5a67c9
commit
56c0639f59
|
@ -1,3 +1,11 @@
|
||||||
|
2002-06-03 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
|
||||||
|
|
||||||
|
2002-06-03 Steven Edwards <Steven_Ed4153@yahoo.com>
|
||||||
|
|
||||||
|
* lib/kernel32.def (ConvertToGlobalHandle): Add stub.
|
||||||
|
|
||||||
2002-06-01 Danny Smith <dannysmith@users.sourceforge.net>
|
2002-06-01 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/windef.h: Fix typo in last change.
|
* include/windef.h: Fix typo in last change.
|
||||||
|
|
|
@ -40,6 +40,7 @@ ConsoleMenuControl@12
|
||||||
ContinueDebugEvent@12
|
ContinueDebugEvent@12
|
||||||
ConvertDefaultLocale@4
|
ConvertDefaultLocale@4
|
||||||
ConvertThreadToFiber@4
|
ConvertThreadToFiber@4
|
||||||
|
ConvertToGlobalHandle@4
|
||||||
CopyFileA@12
|
CopyFileA@12
|
||||||
CopyFileW@12
|
CopyFileW@12
|
||||||
CopyFileExA@24
|
CopyFileExA@24
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
LIBRARY THUNK32.DLL
|
LIBRARY KERNEL32.dll
|
||||||
EXPORTS
|
EXPORTS
|
||||||
Callback12@12
|
Callback12@12
|
||||||
Callback16@16
|
Callback16@16
|
||||||
|
|
Loading…
Reference in New Issue