summaryrefslogtreecommitdiff
path: root/Build/source/libs/zlib/zlib-src/contrib/minizip/unzip.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/zlib/zlib-src/contrib/minizip/unzip.h')
-rw-r--r--Build/source/libs/zlib/zlib-src/contrib/minizip/unzip.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/libs/zlib/zlib-src/contrib/minizip/unzip.h b/Build/source/libs/zlib/zlib-src/contrib/minizip/unzip.h
index 2104e391507..6f95e94d756 100644
--- a/Build/source/libs/zlib/zlib-src/contrib/minizip/unzip.h
+++ b/Build/source/libs/zlib/zlib-src/contrib/minizip/unzip.h
@@ -83,12 +83,12 @@ typedef voidp unzFile;
/* tm_unz contain date/time info */
typedef struct tm_unz_s
{
- uInt tm_sec; /* seconds after the minute - [0,59] */
- uInt tm_min; /* minutes after the hour - [0,59] */
- uInt tm_hour; /* hours since midnight - [0,23] */
- uInt tm_mday; /* day of the month - [1,31] */
- uInt tm_mon; /* months since January - [0,11] */
- uInt tm_year; /* years - [1980..2044] */
+ int tm_sec; /* seconds after the minute - [0,59] */
+ int tm_min; /* minutes after the hour - [0,59] */
+ int tm_hour; /* hours since midnight - [0,23] */
+ int tm_mday; /* day of the month - [1,31] */
+ int tm_mon; /* months since January - [0,11] */
+ int tm_year; /* years - [1980..2044] */
} tm_unz;
/* unz_global_info structure contain global data about the ZIPfile