* lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.

* lib/kernel32.def (ConvertToGlobalHandle): Add stub.
This commit is contained in:
Danny Smith 2002-06-02 22:54:40 +00:00
parent 37be5a67c9
commit 56c0639f59
3 changed files with 10 additions and 1 deletions

View file

@ -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>
* include/windef.h: Fix typo in last change.

View file

@ -40,6 +40,7 @@ ConsoleMenuControl@12
ContinueDebugEvent@12
ConvertDefaultLocale@4
ConvertThreadToFiber@4
ConvertToGlobalHandle@4
CopyFileA@12
CopyFileW@12
CopyFileExA@24

View file

@ -1,4 +1,4 @@
LIBRARY THUNK32.DLL
LIBRARY KERNEL32.dll
EXPORTS
Callback12@12
Callback16@16