commit | 7569859434fbe4dba23e75a754b42f6c6c0bea0a | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Nov 02 18:55:09 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 02 18:55:09 2015 +0000 |
tree | 41f14ecebaad3dd68fcbacf06527626e3b5af9c6 | |
parent | f0c0d9eaeae46fcf9df243eb42db75e0ec69e779 [diff] | |
parent | 5e6311b5413e964dfd49c413535ecf10be483d21 [diff] |
Merge "adb: use correct _WIN32 macro."
diff --git a/adb/commandline.cpp b/adb/commandline.cpp index eff9876..37bd777 100644 --- a/adb/commandline.cpp +++ b/adb/commandline.cpp
@@ -439,7 +439,7 @@ adb_thread_setname("stdin reader"); -#ifndef __WIN32 +#ifndef _WIN32 // Mask SIGTTIN in case we're in a backgrounded process sigset_t sigset; sigemptyset(&sigset);