]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/zstream.h
a small cosmetic fix for single choice dialog
[wxWidgets.git] / include / wx / zstream.h
index 75af3270c857caee9ab3a9236f73d97b55f0f854..40396a125163825c1463e66f9470643b566250a6 100644 (file)
@@ -15,9 +15,9 @@
 #pragma interface
 #endif
 
-#include "defs.h"
+#include "wx/defs.h"
 
-#ifdef wxUSE_ZLIB
+#if wxUSE_ZLIB && wxUSE_STREAMS
 
 #include <wx/stream.h>
 
@@ -52,5 +52,7 @@ class WXDLLEXPORT wxZlibOutputStream: public wxFilterOutputStream {
 };
 
 #endif
+  // wxUSE_ZLIB && wxUSE_STREAMS
 
 #endif
+   // _WX_WXZSTREAM_H__
\ No newline at end of file