diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-07 20:31:50 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-07 20:31:50 +0000 |
commit | 39de8f56fe51fb8fe82f290d1008eb1381c53290 (patch) | |
tree | 337d658a44390c16d102c4e54ecc4ca3c19cc1c5 /plugins/Zlib/src/unzip.h | |
parent | f2b61a664ae3660ad503eee73ef82ee562a5a5db (diff) |
perverted zlib with TCHAR file names
git-svn-id: http://svn.miranda-ng.org/main/trunk@5618 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 |