mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-19 06:30:53 +00:00
updated zlib-ng to 2.0.2
This commit is contained in:
parent
296f3cc8f3
commit
f2ba924a14
2 changed files with 11 additions and 3 deletions
14
deps/zlib-ng/include/zlib.h
vendored
14
deps/zlib-ng/include/zlib.h
vendored
|
@ -30,19 +30,27 @@
|
|||
(zlib format), rfc1951 (deflate format) and rfc1952 (gzip format).
|
||||
*/
|
||||
|
||||
#ifdef ZNGLIB_H_
|
||||
# error Include zlib-ng.h for zlib-ng API or zlib.h for zlib-compat API but not both
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
#include "zconf.h"
|
||||
|
||||
#ifndef ZCONF_H
|
||||
# error Missing zconf.h add binary output directory to include directories
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define ZLIBNG_VERSION "2.0.1"
|
||||
#define ZLIBNG_VERNUM 0x2010
|
||||
#define ZLIBNG_VERSION "2.0.2"
|
||||
#define ZLIBNG_VERNUM 0x2020
|
||||
#define ZLIBNG_VER_MAJOR 2
|
||||
#define ZLIBNG_VER_MINOR 0
|
||||
#define ZLIBNG_VER_REVISION 1
|
||||
#define ZLIBNG_VER_REVISION 2
|
||||
#define ZLIBNG_VER_SUBREVISION 0
|
||||
|
||||
#define ZLIB_VERSION "1.2.11.zlib-ng"
|
||||
|
|
BIN
deps/zlib-ng/lib/libz.a
vendored
BIN
deps/zlib-ng/lib/libz.a
vendored
Binary file not shown.
Loading…
Reference in a new issue