X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/61f824b8198b6c916adc25f58640a22c9d523bf0..a83b5b74c365705144f9359d4527e4b2d073f569:/src/common/extended.c diff --git a/src/common/extended.c b/src/common/extended.c index 863e4878a2..9ff1b19f02 100644 --- a/src/common/extended.c +++ b/src/common/extended.c @@ -8,8 +8,8 @@ *****************************************************************************/ -#if defined(_WIN32_WCE) && (_WIN32_WCE < 400) - // eVC3 cause warnings in its own headers: stdlib.h and winnt.h +#if defined(_WIN32_WCE) + // eVC cause warnings in its own headers: stdlib.h and winnt.h #pragma warning (disable:4115) #pragma warning (disable:4214) #endif @@ -21,7 +21,7 @@ #include #include "wx/defs.h" -#if defined(_WIN32_WCE) && (_WIN32_WCE < 400) +#if defined(_WIN32_WCE) #pragma warning (default:4115) #pragma warning (default:4214) #endif