corrected typo in Darwin specific code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c9468a241b
commit
a8522481f7
@ -477,7 +477,7 @@ void *dlopen(const char *path, int mode /* mode is ignored */)
|
||||
|
||||
int dlclose(void *handle)
|
||||
{
|
||||
NSUnLinkModule( m_handle, NSUNLINKMODULE_OPTION_NONE);
|
||||
NSUnLinkModule( handle, NSUNLINKMODULE_OPTION_NONE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user