X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4431849b4f2097edf0e01c5d50bf0ed947befa9..58ce18f2fdadecffb21e27555115af708325cf18:/include/wx/app.h?ds=sidebyside diff --git a/include/wx/app.h b/include/wx/app.h index 89df53f419..4b0c4fbc9d 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -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