diff options
author | 2016-09-22 21:24:46 +0000 | |
---|---|---|
committer | 2016-09-22 21:24:49 +0000 | |
commit | ac2d839d7c8fe58696439b04d3e66382888d22dc (patch) | |
tree | baa982d56696f366863fa1ffd4ec18a671e38320 /tools/aapt/Resource.cpp | |
parent | f4c8c3590a82a4f4b56c6ecb7ceb407abdbb83d8 (diff) | |
parent | 281386df645025b497950c8b4f2e87c6bf570777 (diff) |
Merge "aapt: remove duplicate definition of ZD"
Diffstat (limited to 'tools/aapt/Resource.cpp')
-rw-r--r-- | tools/aapt/Resource.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/aapt/Resource.cpp b/tools/aapt/Resource.cpp index 34fdf6cba3e2..cf7f0e8788ca 100644 --- a/tools/aapt/Resource.cpp +++ b/tools/aapt/Resource.cpp @@ -23,12 +23,8 @@ // STATUST: mingw does seem to redefine UNKNOWN_ERROR from our enum value, so a cast is necessary. #if !defined(_WIN32) -# define ZD "%zd" -# define ZD_TYPE ssize_t # define STATUST(x) x #else -# define ZD "%ld" -# define ZD_TYPE long # define STATUST(x) (status_t)x #endif |