X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4431849b4f2097edf0e01c5d50bf0ed947befa9..c5d7b7d20ba810df4ad66f6826c529a106e81577:/include/wx/app.h 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