From b0f22620a2dbfb991b10a8e1e8b0c8db5e3ee117 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 8 Jun 2020 20:25:36 +0200 Subject: rbutil: Update quazip to release 0.9.1. Update to latest quazip release. Change-Id: I03189ceeadbe3110a9420153d84bd5d33d5b663f --- rbutil/rbutilqt/quazip/unzip.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rbutil/rbutilqt/quazip/unzip.h') diff --git a/rbutil/rbutilqt/quazip/unzip.h b/rbutil/rbutilqt/quazip/unzip.h index da7b062845..fdefa2217a 100644 --- a/rbutil/rbutilqt/quazip/unzip.h +++ b/rbutil/rbutilqt/quazip/unzip.h @@ -53,7 +53,7 @@ extern "C" { #endif #ifndef _ZLIB_H -#include "zlib.h" +#include #endif #ifndef _ZLIBIOAPI_H @@ -87,6 +87,7 @@ typedef voidp unzFile; #define UNZ_AUTO_CLOSE 0x01u #define UNZ_DEFAULT_FLAGS UNZ_AUTO_CLOSE +#define UNZ_ENCODING_UTF8 0x0800u /* tm_unz contain date/time info */ typedef struct tm_unz_s @@ -227,6 +228,8 @@ extern int ZEXPORT unzGetGlobalInfo OF((unzFile file, extern int ZEXPORT unzGetGlobalInfo64 OF((unzFile file, unz_global_info64 *pglobal_info)); + +extern int ZEXPORT unzGetFileFlags OF((unzFile file, unsigned* pflags)); /* Write info about the ZipFile in the *pglobal_info structure. No preparation of the structure is needed -- cgit v1.2.2