提交 3a8e3bd9 编写于 作者: M Mark Adler

Avoid including stddef.h on Windows for Z_SOLO compile [Niessink].

上级 c58f7ab2
......@@ -426,7 +426,9 @@ typedef uLong FAR uLongf;
#endif
#ifdef _WIN32
# include <stddef.h> /* for wchar_t */
# ifndef Z_SOLO
# include <stddef.h> /* for wchar_t */
# endif
#endif
/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and
......
......@@ -428,7 +428,9 @@ typedef uLong FAR uLongf;
#endif
#ifdef _WIN32
# include <stddef.h> /* for wchar_t */
# ifndef Z_SOLO
# include <stddef.h> /* for wchar_t */
# endif
#endif
/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and
......
......@@ -426,7 +426,9 @@ typedef uLong FAR uLongf;
#endif
#ifdef _WIN32
# include <stddef.h> /* for wchar_t */
# ifndef Z_SOLO
# include <stddef.h> /* for wchar_t */
# endif
#endif
/* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册