From: Vadim Zeitlin Date: Sun, 26 Jan 2003 00:35:19 +0000 (+0000) Subject: added iosfwrap.h (wrapper for ) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/15588590901d21c6ad14fd27da9da5a8118ef848 added iosfwrap.h (wrapper for ) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/iosfwrap.h b/include/wx/iosfwrap.h index 00e7842252..3464b87af6 100644 --- a/include/wx/iosfwrap.h +++ b/include/wx/iosfwrap.h @@ -12,12 +12,11 @@ #if wxUSE_STD_IOSTREAM #if wxUSE_IOSTREAMH - // There is no pre-ANSI iosfwd header (?). We include the full decarations. + // There is no pre-ANSI iosfwd header so we include the full declarations. # include #else # include #endif -#endif - // wxUSE_STD_IOSTREAM +#endif // wxUSE_STD_IOSTREAM