wxEVENT_SOURCE_EXCEPTION = 0x04,
wxEVENT_SOURCE_ALL = wxEVENT_SOURCE_INPUT |
wxEVENT_SOURCE_OUTPUT |
- wxEVENT_SOURCE_EXCEPTION,
+ wxEVENT_SOURCE_EXCEPTION
};
// wxEventLoopSource itself is an ABC and can't be created directly, currently
#if defined(__WXGTK20__)
#include "wx/gtk/evtloopsrc.h"
-#elif defined(__WXOSX__)
+#endif
+
+#if defined(__DARWIN__)
#include "wx/osx/evtloopsrc.h"
-#endif // platform
+#endif
#endif // wxUSE_EVENTLOOP_SOURCE