mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
a6e23b2240
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>
14 lines
360 B
C
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 */
|