You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/libzip-1-static_build.patch

22 lines
483 B

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file is part of MXE.
See index.html for further information.
This is a quick&dirty fix.
The bug is being discussed at
http://www.nih.at/listarchive/libzip-discuss/msg00304.html
--- a/lib/zip.h 2012-03-15 10:28:05.000000000 +0100
+++ b/lib/zip.h 2012-12-18 02:05:31.416621709 +0100
@@ -37,8 +37,8 @@
#ifndef ZIP_EXTERN
-#ifdef _WIN32
-#define ZIP_EXTERN __declspec(dllimport)
+#ifdef _MSC_VER
+#define ZIP_EXTERN __declspec(dllexport)
#else
#define ZIP_EXTERN
#endif