mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
fix Windows build
This commit is contained in:
parent
3438b8832d
commit
6a1a1eed0b
@ -5,8 +5,11 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef _ZLIB_H
|
||||
# include "zlib.h"
|
||||
#endif
|
||||
# if __has_include(<zlib.h>)
|
||||
# include <zlib.h>
|
||||
# elif __has_include(<zlib-ng.h>)
|
||||
# include <zlib-ng.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
typedef uint64_t ZPOS64_T;
|
||||
|
Loading…
x
Reference in New Issue
Block a user