Index: runtime/bin/thread_win.cc |
diff --git a/runtime/bin/thread_win.cc b/runtime/bin/thread_win.cc |
index 2bb09429bf1d5ef285a938df2d934c051bb4a982..94d144a21a526ab23db0611a83ff358f44508744 100644 |
--- a/runtime/bin/thread_win.cc |
+++ b/runtime/bin/thread_win.cc |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
#include "platform/globals.h" |
-#if defined(TARGET_OS_WINDOWS) |
+#if defined(HOST_OS_WINDOWS) |
#include "bin/thread.h" |
#include "bin/thread_win.h" |
@@ -405,4 +405,4 @@ void Monitor::NotifyAll() { |
} // namespace bin |
} // namespace dart |
-#endif // defined(TARGET_OS_WINDOWS) |
+#endif // defined(HOST_OS_WINDOWS) |