]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/evtloop.h
synchronize GTK2 minimum version in docs
[wxWidgets.git] / include / wx / evtloop.h
index aafd2bce55bf7952a7afec32892b351f417a013f..51cfd8ed2388ef521fa5421fa4b85e6bc3c94c49 100644 (file)
@@ -17,7 +17,7 @@
 
 // TODO: implement wxEventLoopSource for MSW (it should wrap a HANDLE and be
 //       monitored using MsgWaitForMultipleObjects())
-#if defined(__WXOSX__) || (defined(__UNIX__) && !defined(__CYGWIN__))
+#if defined(__WXOSX__) || (defined(__UNIX__) && !defined(__WXMSW__))
     #define wxUSE_EVENTLOOP_SOURCE 1
 #else
     #define wxUSE_EVENTLOOP_SOURCE 0
@@ -308,7 +308,7 @@ protected:
 #endif // wxUSE_GUI
 
 // include the header defining wxConsoleEventLoop for Unix systems
-#if defined(__UNIX__) && !defined(__CYGWIN__)
+#if defined(__UNIX__) && !defined(__WXMSW__)
 #include "wx/unix/evtloop.h"
 #endif