]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
Add wxDataViewCtrl::GTKPathToItem() function and use it.
[wxWidgets.git] / include / wx / app.h
index 89df53f419f45cc324083da16e95eae2aa3a9075..4b0c4fbc9dbfba26723ee71ab2304293e847e22a 100644 (file)
@@ -497,7 +497,7 @@ protected:
     wxDECLARE_NO_COPY_CLASS(wxAppConsoleBase);
 };
 
-#if defined(__UNIX__)
+#if defined(__UNIX__) && !defined(__CYGWIN__)
     #include "wx/unix/app.h"
 #else
     // this has to be a class and not a typedef as we forward declare it