summaryrefslogtreecommitdiff
blob: b512a8f466e24bd6f89d0a8d424c3e37a86a7617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
make it build for mingw targets

https://bugs.gentoo.org/393573

--- a/bzlib.h
+++ b/bzlib.h
@@ -81,6 +81,9 @@ typedef
       /* windows.h define small to char */
 #      undef small
 #   endif
+#   ifndef WINAPI
+#   define WINAPI
+#   endif
 #   ifdef BZ_EXPORT
 #   define BZ_API(func) WINAPI func
 #   define BZ_EXTERN extern