]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/evtloopcmn.cpp
removed TTN_NEEDTEXT handlers, we don't use tooltips on demand
[wxWidgets.git] / src / common / evtloopcmn.cpp
index 71939e27b224d3db6517a209517d1ca8eb4ab43d..21433e6b0680965214cb8edb71e27c747307efb2 100644 (file)
 
 #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__)
+
 // ============================================================================
 // wxEventLoopManual implementation
 // ============================================================================
@@ -145,3 +152,4 @@ void wxEventLoopManual::Exit(int rc)
     WakeUp();
 }
 
+#endif // __WXMSW__ || __WXMAC__