commit | 5e621f6f8edce80c00ac11bf17948b2fd5b6d671 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jul 29 19:58:57 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Jul 29 19:58:57 2015 -0700 |
tree | a7bbbb19c8d5990bd24ebe2d91a6d50bd27f5396 | |
parent | 5996f2292f7174e6d99eddde6a290ee4b3be701c [diff] |
Fix Win32 <ziparchive/zip_archive.h>. Contrary to the comment in AndroidConfig.h, mingw does have __BEGIN_DECLS and __END_DECLS; you just have to #include <sys/cdefs.h> first. Which is strictly true normally too, but you're going to get it transitively with bionic or glibc. Change-Id: I2f2de45f56a7217f91df322d8e896280997ae7a0