X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f4a0c5be34be837210768501c13dbcff81e533c..6e169cf31aef98e69e904e953b61f76de3312459:/include/wx/ioswrap.h?ds=sidebyside diff --git a/include/wx/ioswrap.h b/include/wx/ioswrap.h index ce0b15357c..2934375777 100644 --- a/include/wx/ioswrap.h +++ b/include/wx/ioswrap.h @@ -9,12 +9,20 @@ // Licence: wxWindows license /////////////////////////////////////////////////////////////////////////////// +#if wxUSE_STD_IOSTREAM + #if wxUSE_IOSTREAMH // N.B. BC++ doesn't have istream.h, ostream.h # include #else # include +# if 0 // this is not needed any longer now that we have wxSTD # if defined(__VISUALC__) || defined(__MWERKS__) using namespace std; # endif +#endif // 0 +#endif + #endif + // wxUSE_STD_IOSTREAM +