blob: 10d025acaf58a77eed05446cd89a95d466ee962d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- iowin32.h.orig 2023-01-15 11:29:28.234622529 +0100
+++ iowin32.h 2023-01-15 11:29:37.790645280 +0100
@@ -18,6 +18,9 @@
extern "C" {
#endif
+#undef OF
+#define OF(x) x
+
void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
void fill_win32_filefunc64 OF((zlib_filefunc64_def* pzlib_filefunc_def));
void fill_win32_filefunc64A OF((zlib_filefunc64_def* pzlib_filefunc_def));
|