we have dlerror() under Darwin

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-11-20 21:23:53 +00:00
parent 233c6e7fb0
commit 67d0bba631

View File

@ -27,7 +27,8 @@
#include "wx/msw/private.h"
#endif
#if defined(HAVE_DLERROR) && !defined(__EMX__)
// note that we have our own dlerror() implementation under Darwin
#if (defined(HAVE_DLERROR) && !defined(__EMX__)) || defined(__DARWIN__)
#define wxHAVE_DYNLIB_ERROR
#endif