X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb21f36d92cf952c34cbde3099e2c2c34ab96df7..884215788fcb7a3364ff6e1494c5da90fb2721bf:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index 586e483781..d1c131e03e 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -132,7 +132,7 @@ /* some compilers don't support iostream.h any longer, while some of theme - are not updated with yet, so override the users setting here + are not updated with yet, so override the users setting here in such case. */ #if defined(_MSC_VER) && (_MSC_VER >= 1310) @@ -140,7 +140,7 @@ # define wxUSE_IOSTREAMH 0 #elif defined(__DMC__) # undef wxUSE_IOSTREAMH -# define wxUSE_IOSTREAMH 1 +# define wxUSE_IOSTREAMH 1 #endif /* compilers not supporting iostream.h */ /*