2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
This commit is contained in:
parent
213bc4f215
commit
e8dc396d7a
|
@ -1,3 +1,7 @@
|
|||
2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
|
||||
|
||||
2011-03-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
|
||||
|
|
|
@ -359,7 +359,7 @@ FreeConsole@0
|
|||
FreeEnvironmentStringsA@4
|
||||
FreeEnvironmentStringsW@4
|
||||
FreeLibrary@4
|
||||
FreeLibraryAndExitThread@28
|
||||
FreeLibraryAndExitThread@8
|
||||
FreeLibraryWhenCallbackReturns@8
|
||||
FreeResource@4
|
||||
FreeUserPhysicalPages@12
|
||||
|
|
Loading…
Reference in New Issue