Index: runtime/bin/utils_win.cc |
diff --git a/runtime/bin/utils_win.cc b/runtime/bin/utils_win.cc |
index 8faa7d02c873508b6f42c73bd396f0a0a0a5e311..ef4851a6fa37bde4d73073c7a79429de8b03790a 100644 |
--- a/runtime/bin/utils_win.cc |
+++ b/runtime/bin/utils_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 <errno.h> // NOLINT |
#include <time.h> // NOLINT |
@@ -260,4 +260,4 @@ void TimerUtils::Sleep(int64_t millis) { |
} // namespace bin |
} // namespace dart |
-#endif // defined(TARGET_OS_WINDOWS) |
+#endif // defined(HOST_OS_WINDOWS) |