X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/717d31d2b5bd92647dfc7ed03d943e5807741889..9833539c7b8f55113f661e8b97013252469187f2:/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