diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-03-04 18:35:07 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-03-04 18:50:19 +0100 |
commit | 21ef23498946d9e39323919183e4f105baf5e993 (patch) | |
tree | 8039bcd1a1fed88580702c1db24d8e056ffe1fdf /src/Common/libzip | |
parent | 1c78303d94275001f08de06c216f0d87809f79a7 (diff) | |
download | VeraCrypt-21ef23498946d9e39323919183e4f105baf5e993.tar.gz VeraCrypt-21ef23498946d9e39323919183e4f105baf5e993.zip |
Windows: fix build issue of zip library with Visual Studio 2015/2017
Diffstat (limited to 'src/Common/libzip')
-rw-r--r-- | src/Common/libzip/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |