]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stdstream.h
Add XRC handler for wxCommandLinkButton.
[wxWidgets.git] / include / wx / stdstream.h
index a973bbb7688ed2bbb38013d8637fccdcf06d8619..e3f3a474feb21b2b3d520db93098e24bf84626f1 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "wx/defs.h"    // wxUSE_STD_IOSTREAM
 
-#if wxUSE_STD_IOSTREAM
+#if wxUSE_STREAMS && wxUSE_STD_IOSTREAM
 
 #include "wx/defs.h"
 #include "wx/stream.h"
@@ -106,6 +106,6 @@ protected:
     wxStdOutputStreamBuffer m_streamBuffer;
 };
 
-#endif // wxUSE_STD_IOSTREAM
+#endif // wxUSE_STREAMS && wxUSE_STD_IOSTREAM
 
 #endif // _WX_STDSTREAM_H_