Use _snprintf for snprintf under Microsoft C in test/minigzip.c.

pull/19/head
Mark Adler 13 years ago
parent 25e4a3da55
commit f947435b30
  1. 4
      test/minigzip.c

@ -40,6 +40,10 @@
# define SET_BINARY_MODE(file)
#endif
#ifdef _MSC_VER
# define snprintf _snprintf
#endif
#ifdef VMS
# define unlink delete
# define GZ_SUFFIX "-gz"

Loading…
Cancel
Save