Make this compile on Darwin. Vadim, could you please check this is correct?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -33,6 +33,10 @@
|
|||||||
#include "wx/log.h"
|
#include "wx/log.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__DARWIN__)
|
||||||
|
#include <dlfcn.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_DLOPEN) || defined(__DARWIN__)
|
#if defined(HAVE_DLOPEN) || defined(__DARWIN__)
|
||||||
#define USE_POSIX_DL_FUNCS
|
#define USE_POSIX_DL_FUNCS
|
||||||
#elif !defined(HAVE_SHL_LOAD)
|
#elif !defined(HAVE_SHL_LOAD)
|
||||||
@@ -226,7 +230,7 @@ void wxDynamicLibrary::Unload(wxDllType handle)
|
|||||||
shl_unload(handle);
|
shl_unload(handle);
|
||||||
#endif // USE_POSIX_DL_FUNCS/!USE_POSIX_DL_FUNCS
|
#endif // USE_POSIX_DL_FUNCS/!USE_POSIX_DL_FUNCS
|
||||||
|
|
||||||
#ifdef USE_POSIX_DL_FUNCS
|
#if defined(USE_POSIX_DL_FUNCS) && defined(wxHAVE_DYNLIB_ERROR)
|
||||||
if ( rc != 0 )
|
if ( rc != 0 )
|
||||||
Error();
|
Error();
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user