diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-03-10 11:50:26 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-03-10 11:50:26 +0000 |
commit | c9a690d33c4a4230755b970dc91392f0bf295566 (patch) | |
tree | 0d454751847c078234b3c1d3ae06d71ba5fb6a7d /emulators/cygne-sdl/files/patch-src__zlib__unzip.h | |
parent | 00cf29527cd22dbf4d0c0b0e4cf2da337210d280 (diff) |
Notes
Diffstat (limited to 'emulators/cygne-sdl/files/patch-src__zlib__unzip.h')
-rw-r--r-- | emulators/cygne-sdl/files/patch-src__zlib__unzip.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/cygne-sdl/files/patch-src__zlib__unzip.h b/emulators/cygne-sdl/files/patch-src__zlib__unzip.h deleted file mode 100644 index 43804cce0fbe..000000000000 --- a/emulators/cygne-sdl/files/patch-src__zlib__unzip.h +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 */ |