Changeset 95239 in vbox for trunk/src/libs/zlib-1.2.12/contrib/minizip/unzip.h
- Timestamp:
- Jun 9, 2022 9:09:44 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151769
- Location:
- trunk/src/libs/zlib-1.2.12
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/zlib-1.2.12
- Property svn:mergeinfo
-
old new 20 20 /branches/dsen/gui3/src/libs/zlib-1.2.11:79645-79692 21 21 /trunk/src/src/libs/zlib-1.2.11:92342 22 /vendor/zlib/1.2.12:151751 23 /vendor/zlib/current:150724-151750
-
- Property svn:mergeinfo
-
trunk/src/libs/zlib-1.2.12/contrib/minizip/unzip.h
r76163 r95239 84 84 typedef struct tm_unz_s 85 85 { 86 uInt tm_sec;/* seconds after the minute - [0,59] */87 uInt tm_min;/* minutes after the hour - [0,59] */88 uInt tm_hour;/* hours since midnight - [0,23] */89 uInt tm_mday;/* day of the month - [1,31] */90 uInt tm_mon;/* months since January - [0,11] */91 uInt tm_year;/* years - [1980..2044] */86 int tm_sec; /* seconds after the minute - [0,59] */ 87 int tm_min; /* minutes after the hour - [0,59] */ 88 int tm_hour; /* hours since midnight - [0,23] */ 89 int tm_mday; /* day of the month - [1,31] */ 90 int tm_mon; /* months since January - [0,11] */ 91 int tm_year; /* years - [1980..2044] */ 92 92 } tm_unz; 93 93
Note:
See TracChangeset
for help on using the changeset viewer.