diff options
Diffstat (limited to 'gzguts.h')
-rw-r--r-- | gzguts.h | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -17,11 +17,16 @@ | |||
17 | # define ZLIB_INTERNAL | 17 | # define ZLIB_INTERNAL |
18 | #endif | 18 | #endif |
19 | 19 | ||
20 | #if defined(_WIN32) && !defined(_CRT_SECURE_NO_WARNINGS) | 20 | #if defined(_WIN32) |
21 | # define _CRT_SECURE_NO_WARNINGS | 21 | # ifndef WIN32_LEAN_AND_MEAN |
22 | #endif | 22 | # define WIN32_LEAN_AND_MEAN |
23 | #if defined(_WIN32) && !defined(_CRT_NONSTDC_NO_DEPRECATE) | 23 | # endif |
24 | # define _CRT_NONSTDC_NO_DEPRECATE | 24 | # ifndef _CRT_SECURE_NO_WARNINGS |
25 | # define _CRT_SECURE_NO_WARNINGS | ||
26 | # endif | ||
27 | # ifndef _CRT_NONSTDC_NO_DEPRECATE | ||
28 | # define _CRT_NONSTDC_NO_DEPRECATE | ||
29 | # endif | ||
25 | #endif | 30 | #endif |
26 | 31 | ||
27 | #include <stdio.h> | 32 | #include <stdio.h> |