missing mz_dos_date defines in unzip.h

This commit is contained in:
Cœur 2024-11-11 23:20:47 +01:00 committed by Nathan Moinvaziri
parent 34111e29e9
commit 32b66976a7

View File

@ -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 */