blob: e557088aba1e4694d6d540a00435651514188b50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -Naurp a/include/ioapi.h b/include/ioapi.h
--- a/include/ioapi.h 2020-08-03 21:18:18.606933344 +0200
+++ b/include/ioapi.h 2020-08-03 21:19:30.329932231 +0200
@@ -105,6 +105,10 @@ typedef unsigned long long int ZPOS64_T;
extern "C" {
#endif
+#ifdef _Z_OF
+#undef OF
+#define OF _Z_OF
+#endif
#define ZLIB_FILEFUNC_SEEK_CUR (1)
#define ZLIB_FILEFUNC_SEEK_END (2)
|