X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/afafd942a1f9d0f683a95bb72f8bc1e128543749..1d63de4a455bde7bad81cb34724cb1df3219cd26:/src/msw/app.cpp?ds=sidebyside diff --git a/src/msw/app.cpp b/src/msw/app.cpp index 84a91f04d7..d3d3e62a5c 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -86,12 +86,6 @@ #include "wx/msw/wince/missing.h" #endif -#if (!defined(__MINGW32__) || wxCHECK_W32API_VERSION( 2, 0 )) && \ - !defined(__CYGWIN__) && !defined(__DIGITALMARS__) && !defined(__WXWINCE__) && \ - (!defined(_MSC_VER) || (_MSC_VER > 1100)) - #include -#endif - // --------------------------------------------------------------------------- // global variables // ---------------------------------------------------------------------------