]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/chkconf.h
Fix wxWrapSizer minimal size calculation.
[wxWidgets.git] / include / wx / msw / wince / chkconf.h
index 7024f8ad645ae8c60ab8d71beee981467d3b5c6c..fc9ce49670a0b8bf1699d90b58913de03cab8988 100644 (file)
     #define wxUSE_DISPLAY 0
 #endif
 
     #define wxUSE_DISPLAY 0
 #endif
 
+// eVC doesn't have standard streams
+#ifdef __EVC4__
+    #undef wxUSE_STD_IOSTREAM
+    #define wxUSE_STD_IOSTREAM 0
+#endif
+
 // wxFSVolume currently doesn't compile under CE and it's not clear if it makes
 // sense at all there (the drives and their names are fixed on CE systems)
 #undef wxUSE_FSVOLUME
 // wxFSVolume currently doesn't compile under CE and it's not clear if it makes
 // sense at all there (the drives and their names are fixed on CE systems)
 #undef wxUSE_FSVOLUME
@@ -46,7 +52,7 @@
 #define wxUSE_JOYSTICK 0
 
 // libtiff doesn't build with eVC but is ok with VC8
 #define wxUSE_JOYSTICK 0
 
 // libtiff doesn't build with eVC but is ok with VC8
-#if !wxCHECK_VISUALC_VERSION(8)
+#ifdef __EVC4__
     #undef wxUSE_LIBTIFF
     #define wxUSE_LIBTIFF 0
 #endif
     #undef wxUSE_LIBTIFF
     #define wxUSE_LIBTIFF 0
 #endif
@@ -84,7 +90,7 @@
 #define wxUSE_PRINTING_ARCHITECTURE 0
 
 // regex doesn't build with eVC but is ok with VC8
 #define wxUSE_PRINTING_ARCHITECTURE 0
 
 // regex doesn't build with eVC but is ok with VC8
-#if !wxCHECK_VISUALC_VERSION(8)
+#ifdef __EVC4__
     #undef wxUSE_REGEX
     #define wxUSE_REGEX 0
 #endif
     #undef wxUSE_REGEX
     #define wxUSE_REGEX 0
 #endif