1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00
Jose Alonso Cardenas Marquez 1f1bf1968c - Update to 1.51
- Clean patch files
- Add NETPLAY Option
2007-10-04 05:43:04 +00:00

25 lines
501 B
Plaintext

--- unzip/unzip.h 2007-10-03 12:28:47.000000000 -0500
+++ unzip/unzip.h 2007-10-03 12:30:22.000000000 -0500
@@ -41,14 +41,18 @@
#ifndef _unz_H
#define _unz_H
-#ifdef __cplusplus
-extern "C" {
-#endif
+#include <sys/types.h>
#ifndef _ZLIB_H
#include <zlib.h>
#endif
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define ZEXPORT
+
#if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
/* like the STRICT of WIN32, we define a pointer that cannot be converted
from (void*) without cast */