Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dcaf6932 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "adb: use correct _WIN32 macro."

am: 5c75b529

* commit '5c75b529':
  adb: use correct _WIN32 macro.
parents 1de89478 5c75b529
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);