blob: 81492d3a56bd7daf7288f9facbbdb4c15db17439 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/bzlib.h b/bzlib.h
index e3ba1d6..d3bed44 100644
--- a/bzlib.h
+++ b/bzlib.h
@@ -26,6 +26,8 @@
extern "C" {
#endif
+#define BZ_IMPORT
+
#define BZ_RUN 0
#define BZ_FLUSH 1
#define BZ_FINISH 2
|