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

Commit 5c75b529 authored by Josh Gao's avatar Josh Gao Committed by Gerrit Code Review
Browse files

Merge "adb: use correct _WIN32 macro."

parents ddf5edac 4a139726
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);