test for __DARWIN__ with ifdef, not if

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-10-17 18:19:29 +00:00
parent d3b8fe1071
commit 76c39b5df1

View File

@@ -1220,7 +1220,7 @@ bool wxHandleFatalExceptions(bool doit)
#if wxUSE_GUI #if wxUSE_GUI
#if __DARWIN__ #ifdef __DARWIN__
#include <sys/errno.h> #include <sys/errno.h>
#endif #endif
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------