mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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;
|
HMODULE dll_handle = (HMODULE) dso_handle;
|
||||||
|
|
||||||
// true indicates success
|
// true indicates success
|
||||||
return FreeLibrary(dll_handle);
|
return (FreeLibrary(dll_handle)!=0);
|
||||||
}
|
}
|
||||||
|
|
||||||
string
|
string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user