commit | e17788ceff5c676f3783e5aa25d57a613e9f59db | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Aug 17 12:41:46 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Aug 17 12:41:46 2015 -0700 |
tree | 5c02145f2500a7c1021415980ab28706b6a0bffb | |
parent | e3f0a881c20072a644317330ecf7409c81e96888 [diff] [blame] |
Replace HAVE_MS_C_RUNTIME with _WIN32 in frameworks/base/tools. Change-Id: Ideef62acbf53a442167c9b8038021affffef9e8a
diff --git a/tools/aidl/aidl_language.cpp b/tools/aidl/aidl_language.cpp index cd6a3bd..5fab6c2 100644 --- a/tools/aidl/aidl_language.cpp +++ b/tools/aidl/aidl_language.cpp
@@ -3,7 +3,7 @@ #include <string.h> #include <stdlib.h> -#ifdef HAVE_MS_C_RUNTIME +#ifdef _WIN32 int isatty(int fd) { return (fd == 0);