mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
13 lines
301 B
C
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 */
|