Zip archives with sizes larger 4GB or containing files larger than 4GB or more than 65k files are saved in ZIP64 format which adds a few additional footers and extra fields to allow to exceed these limits. This implements the PKWARE specification available at: https://www.pkware.com/support/zip-app-note It has been tested for compatibility with Windows internal ZIP folders, OSX Archive Utility and 7-zip. Closes https://github.com/wxWidgets/wxWidgets/pull/72