X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/12ab65f6432a84bd6a3ba3232471c9fcd50e0ba9..30eceed5e2743ff7c799b72d6e508a5a457e09ef:/ZipFile.h?ds=sidebyside diff --git a/ZipFile.h b/ZipFile.h index dbbd072..7877550 100644 --- a/ZipFile.h +++ b/ZipFile.h @@ -57,7 +57,7 @@ public: /* * Open a new or existing archive. */ - typedef enum { + enum { kOpenReadOnly = 0x01, kOpenReadWrite = 0x02, kOpenCreate = 0x04, // create if it doesn't exist