mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
missing mz_dos_date defines in unzip.h
This commit is contained in:
parent
34111e29e9
commit
32b66976a7
@ -69,6 +69,12 @@ typedef struct tm_unz_s {
|
||||
|
||||
/***************************************************************************/
|
||||
|
||||
#if !defined(MZ_COMPAT_VERSION) || MZ_COMPAT_VERSION <= 110
|
||||
# define mz_dos_date dosDate
|
||||
#else
|
||||
# define mz_dos_date dos_date
|
||||
#endif
|
||||
|
||||
/* Global data about the zip from end of central dir */
|
||||
typedef struct unz_global_info64_s {
|
||||
uint64_t number_entry; /* total number of entries in the central dir on this disk */
|
||||
|
Loading…
x
Reference in New Issue
Block a user