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/libzip/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/libzip/config.h') 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 -- cgit v1.2.3