VirtualBox

Ignore:
Timestamp:
Jun 9, 2022 9:09:44 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151769
Message:

libs/zlib: Upgrade to 1.2.12, bugref:8515

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  
        2020/branches/dsen/gui3/src/libs/zlib-1.2.11:79645-79692
        2121/trunk/src/src/libs/zlib-1.2.11:92342
         22/vendor/zlib/1.2.12:151751
         23/vendor/zlib/current:150724-151750
  • trunk/src/libs/zlib-1.2.12/contrib/minizip/zip.h

    r76163 r95239  
    8989typedef struct tm_zip_s
    9090{
    91     uInt tm_sec;            /* seconds after the minute - [0,59] */
    92     uInt tm_min;            /* minutes after the hour - [0,59] */
    93     uInt tm_hour;           /* hours since midnight - [0,23] */
    94     uInt tm_mday;           /* day of the month - [1,31] */
    95     uInt tm_mon;            /* months since January - [0,11] */
    96     uInt tm_year;           /* years - [1980..2044] */
     91    int tm_sec;             /* seconds after the minute - [0,59] */
     92    int tm_min;             /* minutes after the hour - [0,59] */
     93    int tm_hour;            /* hours since midnight - [0,23] */
     94    int tm_mday;            /* day of the month - [1,31] */
     95    int tm_mon;             /* months since January - [0,11] */
     96    int tm_year;            /* years - [1980..2044] */
    9797} tm_zip;
    9898
     
    144144                                   zipcharpc* globalcomment,
    145145                                   zlib_filefunc64_def* pzlib_filefunc_def));
     146
     147extern zipFile ZEXPORT zipOpen3 OF((const void *pathname,
     148                                    int append,
     149                                    zipcharpc* globalcomment,
     150                                    zlib_filefunc64_32_def* pzlib_filefunc64_32_def));
    146151
    147152extern int ZEXPORT zipOpenNewFileInZip OF((zipFile file,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette