diff options
Diffstat (limited to 'plugins/Zlib/src/unzip.h')
-rw-r--r-- | plugins/Zlib/src/unzip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Zlib/src/unzip.h b/plugins/Zlib/src/unzip.h index 2104e39150..7271687ac8 100644 --- a/plugins/Zlib/src/unzip.h +++ b/plugins/Zlib/src/unzip.h @@ -47,6 +47,8 @@ extern "C" { #endif +#define _CRT_SECURE_NO_WARNINGS + #ifndef _ZLIB_H #include "zlib.h" #endif |