mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
oops
This commit is contained in:
parent
d476975e6c
commit
f587aaf020
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user