summaryrefslogtreecommitdiff
path: root/tools/aapt/XMLNode.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-08-17 20:51:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-08-17 20:51:00 +0000
commiteba23aaa765822c5ed8a152af00da1998d61409e (patch)
tree5c02145f2500a7c1021415980ab28706b6a0bffb /tools/aapt/XMLNode.cpp
parente3f0a881c20072a644317330ecf7409c81e96888 (diff)
parente17788ceff5c676f3783e5aa25d57a613e9f59db (diff)
Merge "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