aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/minigzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/minigzip.c b/test/minigzip.c
index 6c64cc7..26c44ff 100644
--- a/test/minigzip.c
+++ b/test/minigzip.c
@@ -40,7 +40,7 @@
40# define SET_BINARY_MODE(file) 40# define SET_BINARY_MODE(file)
41#endif 41#endif
42 42
43#ifdef _MSC_VER 43#if defined(_MSC_VER) && _MSC_VER < 1900
44# define snprintf _snprintf 44# define snprintf _snprintf
45#endif 45#endif
46 46