zlib 1.2.4

This commit is contained in:
Mark Adler
2011-09-09 23:33:59 -07:00
parent 59ca2179ff
commit a1141160bc
14 changed files with 27 additions and 168 deletions

View File

@@ -17,7 +17,7 @@
#include "zlib.h"
#ifdef STDC
# if !(defined(_WIN32_WCE) && defined(_MSV_VER))
# if !(defined(_WIN32_WCE) && defined(_MSC_VER))
# include <stddef.h>
# endif
# include <string.h>