ports/emulators/cygne-sdl/files/patch-src__zlib__unzip.h
Martin Wilke 05c94d0e6d - Fix build
- Add LICENSE
- Stage support

PR:		185705
Submitted by:	Ports Fury
2014-02-07 13:12:37 +00:00

13 lines
301 B
C

--- zlib/unzip.h.orig
+++ zlib/unzip.h
@@ -49,6 +49,10 @@ extern "C" {
#include "zlib.h"
#endif
+#ifndef OF
+#define OF(a) a
+#endif
+
#if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
/* like the STRICT of WIN32, we define a pointer that cannot be converted
from (void*) without cast */