From 21ef23498946d9e39323919183e4f105baf5e993 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 4 Mar 2018 18:35:07 +0100 Subject: Windows: fix build issue of zip library with Visual Studio 2015/2017 --- src/Common/Zip.vcxproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Common/Zip.vcxproj') diff --git a/src/Common/Zip.vcxproj b/src/Common/Zip.vcxproj index 3ed43587..15604833 100644 --- a/src/Common/Zip.vcxproj +++ b/src/Common/Zip.vcxproj @@ -35,7 +35,6 @@ - @@ -223,7 +222,7 @@ Disabled _CRT_NONSTDC_NO_WARNINGS;_LIB;WIN32;HAVE_CONFIG_H;ZIP_STATIC;DEBUG;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS;%(PreprocessorDefinitions) MultiThreadedDebug - zlib:libzip + zlib;libzip Windows -- cgit v1.2.3