]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/extended.c
Use wxTRANSPARENT_BRUSH so the rectangles around the text is not
[wxWidgets.git] / src / common / extended.c
index 9e2b55f9d9749cedb8994e15c01cda9f8974200a..863e4878a2a97224062cb1a1032ea343c6e0d773 100644 (file)
@@ -8,6 +8,12 @@
 *****************************************************************************/
 
 
+#if defined(_WIN32_WCE) && (_WIN32_WCE < 400)
+    // eVC3 cause warnings in its own headers: stdlib.h and winnt.h
+    #pragma warning (disable:4115)
+    #pragma warning (disable:4214)
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>
 #include <string.h>
 #include "wx/defs.h"
 
+#if defined(_WIN32_WCE) && (_WIN32_WCE < 400)
+    #pragma warning (default:4115)
+    #pragma warning (default:4214)
+#endif
+
 #if wxUSE_APPLE_IEEE
 
 #include "wx/math.h"