mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Move zlib include to zip/unzip headers like org minizip.
This commit is contained in:
parent
522196762d
commit
3bced613bc
@ -4,14 +4,6 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#if !defined(_ZLIB_H) && !defined(ZLIB_H) && !defined(ZLIB_H_)
|
|
||||||
# if __has_include(<zlib-ng.h>)
|
|
||||||
# include <zlib-ng.h>
|
|
||||||
# elif __has_include(<zlib.h>)
|
|
||||||
# include <zlib.h>
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef uint64_t ZPOS64_T;
|
typedef uint64_t ZPOS64_T;
|
||||||
|
|
||||||
#ifndef ZEXPORT
|
#ifndef ZEXPORT
|
||||||
|
@ -19,6 +19,14 @@ extern "C" {
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#if !defined(_ZLIB_H) && !defined(ZLIB_H) && !defined(ZLIB_H_)
|
||||||
|
# if __has_include(<zlib-ng.h>)
|
||||||
|
# include <zlib-ng.h>
|
||||||
|
# elif __has_include(<zlib.h>)
|
||||||
|
# include <zlib.h>
|
||||||
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef _ZLIBIOAPI_H
|
#ifndef _ZLIBIOAPI_H
|
||||||
# include "ioapi.h"
|
# include "ioapi.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -19,6 +19,14 @@ extern "C" {
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#if !defined(_ZLIB_H) && !defined(ZLIB_H) && !defined(ZLIB_H_)
|
||||||
|
# if __has_include(<zlib-ng.h>)
|
||||||
|
# include <zlib-ng.h>
|
||||||
|
# elif __has_include(<zlib.h>)
|
||||||
|
# include <zlib.h>
|
||||||
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef _ZLIBIOAPI_H
|
#ifndef _ZLIBIOAPI_H
|
||||||
# include "ioapi.h"
|
# include "ioapi.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user