X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/03d3b453250863c0d5ca97f3af69342cbd726f48..dc63f4cb0300891ac5f05cf119a3648dc2ff5d1e:/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