A few compile things.
[wxWidgets.git] / src / common / unzip.c
index ff71a474da12c0358092616e47f2bcb7facbe3d3..ce2260231ceec58a4c67c8837aeb907b6a136e50 100644 (file)
@@ -4,6 +4,9 @@
    Read unzip.h for more info
 */
 
+#include "wx/setup.h"
+
+#if wxUSE_ZLIB && wxUSE_ZIPSTREAM
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -1292,3 +1295,5 @@ extern int ZEXPORT unzGetGlobalComment (file, szComment, uSizeBuf)
                *(szComment+s->gi.size_comment)='\0';
        return (int)uReadThis;
 }
+
+#endif