]> git.saurik.com Git - wxWidgets.git/commitdiff
added iosfwrap.h (wrapper for <iosfwd>)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Jan 2003 00:35:19 +0000 (00:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Jan 2003 00:35:19 +0000 (00:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/iosfwrap.h

index 00e78422529375256812982b6d1f3d7dc9556ba6..3464b87af6c7b6b641df7993739613a139a73539 100644 (file)
 #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 <iostream.h>
 #else
 #   include <iosfwd>
 #endif
 
-#endif
-  // wxUSE_STD_IOSTREAM
+#endif // wxUSE_STD_IOSTREAM