X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b713f8919c649822292f04bb7095291585d96550..9ec0e7da983d3c4de9c7007142a72864214514ac:/src/common/extended.c diff --git a/src/common/extended.c b/src/common/extended.c index 9e2b55f9d9..9ff1b19f02 100644 --- a/src/common/extended.c +++ b/src/common/extended.c @@ -8,6 +8,12 @@ *****************************************************************************/ +#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 + #include #include #include @@ -15,6 +21,11 @@ #include #include "wx/defs.h" +#if defined(_WIN32_WCE) + #pragma warning (default:4115) + #pragma warning (default:4214) +#endif + #if wxUSE_APPLE_IEEE #include "wx/math.h"