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