X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ee544c174163d85974cc0c265d4f64d7de812f6e..87df17a11b0017d31c09f767bd921abb27193bee:/src/msw/app.cpp?ds=inline diff --git a/src/msw/app.cpp b/src/msw/app.cpp index 64b718e4e0..6277236d8e 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -86,7 +86,7 @@ #include #include -#if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) || defined(__TWIN32__)) +#if defined(__WIN95__) && !((defined(__GNUWIN32_OLD__) || defined(__TWIN32__)) && !defined(__CYGWIN10__)) #include #endif