aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libbz2/patches/static.patch
blob: 2a98f8193e292087e512c838e3fa9387041546c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/bzlib.h
+++ b/bzlib.h
@@ -83,15 +83,6 @@ typedef
 #   endif
-#   ifdef BZ_EXPORT
-#   define BZ_API(func) WINAPI func
-#   define BZ_EXTERN extern
-#   else
-   /* import windows dll dynamically */
-#   define BZ_API(func) (WINAPI * func)
-#   define BZ_EXTERN
-#   endif
-#else
-#   define BZ_API(func) func
-#   define BZ_EXTERN extern
 #endif
 
+#define BZ_API(func) func
+#define BZ_EXTERN extern