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
diff --git a/src/Common/Zip.vcxproj.filters b/src/Common/Zip.vcxproj.filters
index 8cc8b9bd..651be91e 100644
--- a/src/Common/Zip.vcxproj.filters
+++ b/src/Common/Zip.vcxproj.filters
@@ -57,9 +57,6 @@
libzip
-
- libzip
-
libzip
diff --git a/src/Common/libzip/config.h b/src/Common/libzip/config.h
index 6212383c..8c6c46a0 100644
--- a/src/Common/libzip/config.h
+++ b/src/Common/libzip/config.h
@@ -11,7 +11,7 @@
#define HAVE__FILENO
#define HAVE__OPEN
#define HAVE__SETMODE
-#define HAVE__SNPRINTF
+/* #undef HAVE__SNPRINTF */
#define HAVE__STRDUP
#define HAVE__STRICMP
#define HAVE__STRTOI64