diff options
Diffstat (limited to 'gzguts.h')
-rw-r--r-- | gzguts.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ | |||
27 | # define NO_GZCOMPRESS | 27 | # define NO_GZCOMPRESS |
28 | #endif | 28 | #endif |
29 | 29 | ||
30 | #ifdef WIN32 | 30 | #ifdef _MSC_VER |
31 | # include <io.h> | 31 | # include <io.h> |
32 | # define vsnprintf _vsnprintf | 32 | # define vsnprintf _vsnprintf |
33 | #endif | 33 | #endif |