diff options
Diffstat (limited to 'zutil.c')
-rw-r--r-- | zutil.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* zutil.c -- target dependent utility functions for the compression library | 1 | /* zutil.c -- target dependent utility functions for the compression library |
2 | * Copyright (C) 1995-2005, 2010 Jean-loup Gailly. | 2 | * Copyright (C) 1995-2005, 2010, 2011 Jean-loup Gailly. |
3 | * For conditions of distribution and use, see copyright notice in zlib.h | 3 | * For conditions of distribution and use, see copyright notice in zlib.h |
4 | */ | 4 | */ |
5 | 5 | ||
@@ -85,7 +85,7 @@ uLong ZEXPORT zlibCompileFlags() | |||
85 | #ifdef FASTEST | 85 | #ifdef FASTEST |
86 | flags += 1L << 21; | 86 | flags += 1L << 21; |
87 | #endif | 87 | #endif |
88 | #ifdef STDC | 88 | #if defined(STDC) || defined(Z_HAVE_STDARG_H) |
89 | # ifdef NO_vsnprintf | 89 | # ifdef NO_vsnprintf |
90 | flags += 1L << 25; | 90 | flags += 1L << 25; |
91 | # ifdef HAS_vsprintf_void | 91 | # ifdef HAS_vsprintf_void |