1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/emulators/ucon64/files/patch-misc-unzip.h
Steven Kreuzer a6e23b2240 uCON64 is the video game backup tool and emulator Swiss Army knife program.
It supports almost every system (Consoles, Handheld, and Arcade) with very
verbose ROM information, ROM and SRAM convertion to various backup tool
formats, IPS/APS/BSL/PPF patching, bad dump detection via RomCenter DAT
files, and more.

WWW:    http://ucon64.sourceforge.net/

PR:		ports/177042
Submitted by:	Nicole Reid <nicole@cooltrainer.org>
2013-07-10 14:42:21 +00:00

14 lines
360 B
C

--- misc/unzip.h.orig 2013-02-24 18:47:37.112077049 -0800
+++ misc/unzip.h 2013-02-24 18:48:46.040942781 -0800
@@ -49,6 +49,10 @@
#include "zlib.h"
#endif
+#ifndef OF
+#define OF(x) x
+#endif
+
#if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
/* like the STRICT of WIN32, we define a pointer that cannot be converted
from (void*) without cast */