git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60340
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define wxUSE_DISPLAY 0
#endif
#define wxUSE_DISPLAY 0
#endif
+// eVC doesn't have standard streams
+#if !wxCHECK_VISUALC_VERSION(8)
+ #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