Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better.
commit6315a7f3341135d519fd537505e1dc4cf748bb76
authorUlrich Weigand <weigand@informatik.uni-erlangen.de>
Sat, 22 May 1999 10:44:39 +0000 (22 10:44 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 22 May 1999 10:44:39 +0000 (22 10:44 +0000)
treea1a61a877be93bcada2421580f53d0de107270d9
parent1d58651149ef7bd07d9accd987b28ad61204f463
Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better.
Fix DLL_PROCESS_DETACH call sequence bugs resulting from nested
FreeLibrary calls.
include/process.h
loader/module.c