]> git.saurik.com Git - wxWidgets.git/commitdiff
set wxUSE_STD_IOSTREAM to 0 for eVC which doesn't provide the standard streams (see...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Apr 2009 13:08:38 +0000 (13:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Apr 2009 13:08:38 +0000 (13:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wince/chkconf.h

index e22caac0695f5d509f3b8e6470d32206ca87e0ef..5a5ecc58d4ead267c4593c7148c079b9e9c2959a 100644 (file)
     #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