This commit is contained in:
cxgeorge 2001-09-25 21:35:24 +00:00
parent d476975e6c
commit f587aaf020

View File

@ -63,7 +63,7 @@ unload_dso(void *dso_handle) {
HMODULE dll_handle = (HMODULE) dso_handle;
// true indicates success
return FreeLibrary(dll_handle);
return (FreeLibrary(dll_handle)!=0);
}
string