pkgsrc-wip/hu-go/patches/patch-ah
Dieter Baron 5026615492 Initial import of Hu-Go!
Hu-Go! a pc engine emulator. The PC Engine, also known as Turbo
Grfx, is a 8-16 bits console which had quite a great success in
Japan from 1986, roughly, until early 90's.

Hu-Go! also supports PC Engine CD games.
2004-08-05 05:33:24 +00:00

15 lines
388 B
Text

$NetBSD: patch-ah,v 1.1.1.1 2004/08/05 05:33:25 dillo Exp $
--- unzip.h.orig 2003-03-25 22:30:06.000000000 +0100
+++ unzip.h
@@ -49,6 +49,10 @@ extern "C" {
#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 */