mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-18 23:12:15 +08:00
* 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>
|
||||
|
||||
* include/windef.h: Fix typo in last change.
|
||||
|
@ -40,6 +40,7 @@ ConsoleMenuControl@12
|
||||
ContinueDebugEvent@12
|
||||
ConvertDefaultLocale@4
|
||||
ConvertThreadToFiber@4
|
||||
ConvertToGlobalHandle@4
|
||||
CopyFileA@12
|
||||
CopyFileW@12
|
||||
CopyFileExA@24
|
||||
|
@ -1,4 +1,4 @@
|
||||
LIBRARY THUNK32.DLL
|
||||
LIBRARY KERNEL32.dll
|
||||
EXPORTS
|
||||
Callback12@12
|
||||
Callback16@16
|
||||
|
Loading…
x
Reference in New Issue
Block a user