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);