summaryrefslogtreecommitdiff
path: root/tools/aapt/XMLNode.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-08-17 21:01:59 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-17 21:01:59 +0000
commit12cf0f9c4cf8e6aed738da7349f556bd716ec09e (patch)
tree32a32681ff307af574b9f27770aff2512b549765 /tools/aapt/XMLNode.cpp
parent63d3a610642b1cc5ed26a1ae21c335c33366c356 (diff)
parenteba23aaa765822c5ed8a152af00da1998d61409e (diff)
am eba23aaa: Merge "Replace HAVE_MS_C_RUNTIME with _WIN32 in frameworks/base/tools."
* commit 'eba23aaa765822c5ed8a152af00da1998d61409e': Replace HAVE_MS_C_RUNTIME with _WIN32 in frameworks/base/tools.
Diffstat (limited to 'tools/aapt/XMLNode.cpp')
-rw-r--r--tools/aapt/XMLNode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/XMLNode.cpp b/tools/aapt/XMLNode.cpp
index bf31bc137fa8..1860147dc2ee 100644
--- a/tools/aapt/XMLNode.cpp
+++ b/tools/aapt/XMLNode.cpp
@@ -12,7 +12,7 @@
#include <errno.h>
#include <string.h>
-#ifndef HAVE_MS_C_RUNTIME
+#ifndef _WIN32
#define O_BINARY 0
#endif