]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/zstream.h
changed removed wxToUpper to standard toupper
[wxWidgets.git] / include / wx / zstream.h
index cab4f71e07bd595adfd3d5ac30b9a9b27768e4b3..9a4f11c6ad4cf9f6917e1675615dc4fe999adfe5 100644 (file)
 #pragma interface
 #endif
 
+#include "wx/defs.h"
+
+#if wxUSE_ZLIB
+
 #include <wx/stream.h>
 
 class WXDLLEXPORT wxZlibInputStream: public wxFilterInputStream {
@@ -48,3 +52,5 @@ class WXDLLEXPORT wxZlibOutputStream: public wxFilterOutputStream {
 };
 
 #endif
+
+#endif