Merge "adb: use correct _WIN32 macro."
This commit is contained in:
commit
5c75b529f6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue