#include "wx/tooltip.h"
#include "wx/except.h"
-#include "wx/ptr_scpd.h"
#if wxUSE_THREADS
#include "wx/thread.h"
return false;
}
+int wxGUIEventLoop::DispatchTimeout(unsigned long timeout)
+{
+ return -1;
+}
+
+void wxGUIEventLoop::WakeUp()
+{
+ return;
+}
+
+bool wxGUIEventLoop::YieldFor(long eventsToProcess)
+{
+ return true;
+}
+