projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
A few compile things.
[wxWidgets.git]
/
src
/
common
/
unzip.c
diff --git
a/src/common/unzip.c
b/src/common/unzip.c
index ff71a474da12c0358092616e47f2bcb7facbe3d3..ce2260231ceec58a4c67c8837aeb907b6a136e50 100644
(file)
--- a/
src/common/unzip.c
+++ b/
src/common/unzip.c
@@
-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