COMP: Fix compilation on MacOSX
This commit is contained in:
parent
e037fbaf7d
commit
f4fb2ca779
@ -144,7 +144,7 @@ LibHandle DynamicLoader::OpenLibrary(const char* libname )
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
int DynamicLoader::CloseLibrary( LibHandle lib)
|
int DynamicLoader::CloseLibrary( LibHandle lib)
|
||||||
{
|
{
|
||||||
DYLD_BOOL success = NSUnLinkModule(lib, NSUNLINKMODULE_OPTION_NONE);
|
bool success = NSUnLinkModule(lib, NSUNLINKMODULE_OPTION_NONE);
|
||||||
return success;
|
return success;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user