diff --git a/adb/commandline.cpp b/adb/commandline.cpp index eff987619..37bd77794 100644 --- a/adb/commandline.cpp +++ b/adb/commandline.cpp @@ -439,7 +439,7 @@ static void* stdin_read_thread(void* x) { adb_thread_setname("stdin reader"); -#ifndef __WIN32 +#ifndef _WIN32 // Mask SIGTTIN in case we're in a backgrounded process sigset_t sigset; sigemptyset(&sigset);