Index: runtime/bin/log_win.cc |
diff --git a/runtime/bin/log_win.cc b/runtime/bin/log_win.cc |
index d8dfe96a615cf9a654c4ad2c00e0591bc44ced7e..650e47e3b4aca410cebd788eb419ff88b41910a2 100644 |
--- a/runtime/bin/log_win.cc |
+++ b/runtime/bin/log_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/log.h" |
@@ -25,4 +25,4 @@ void Log::VPrintErr(const char* format, va_list args) { |
} // namespace bin |
} // namespace dart |
-#endif // defined(TARGET_OS_WINDOWS) |
+#endif // defined(HOST_OS_WINDOWS) |