#endif
#include "wx/evtloop.h"
+#include "wx/app.h"
// ----------------------------------------------------------------------------
// globals
wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL;
+// wxEventLoopManual is unused in the other ports
+#if defined(__WXMSW__) || defined(__WXMAC__)
+
// ============================================================================
// wxEventLoopManual implementation
// ============================================================================
WakeUp();
}
+#endif // __WXMSW__ || __WXMAC__