]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
synchronize GTK2 minimum version in docs
[wxWidgets.git] / include / wx / app.h
index 17b7a2c7a27b5c5e3eba5f2e80e7c69c5aff2571..82b28685780dd9269a485a1d7d5a63eeeea70d05 100644 (file)
@@ -494,7 +494,7 @@ protected:
     wxDECLARE_NO_COPY_CLASS(wxAppConsoleBase);
 };
 
-#if defined(__UNIX__) && !defined(__CYGWIN__)
+#if defined(__UNIX__) && !defined(__WXMSW__)
     #include "wx/unix/app.h"
 #else
     // this has to be a class and not a typedef as we forward declare it