Index: runtime/bin/file_system_watcher_win.cc |
diff --git a/runtime/bin/file_system_watcher_win.cc b/runtime/bin/file_system_watcher_win.cc |
index 16a49a0ca62a0c72a11d3adfd60597313c90955d..ebbb207808cccf252ac8ff5667464237db112e3e 100644 |
--- a/runtime/bin/file_system_watcher_win.cc |
+++ b/runtime/bin/file_system_watcher_win.cc |
@@ -5,7 +5,7 @@ |
#if !defined(DART_IO_DISABLED) |
#include "platform/globals.h" |
-#if defined(TARGET_OS_WINDOWS) |
+#if defined(HOST_OS_WINDOWS) |
#include "bin/file_system_watcher.h" |
@@ -135,6 +135,6 @@ Dart_Handle FileSystemWatcher::ReadEvents(intptr_t id, intptr_t path_id) { |
} // namespace bin |
} // namespace dart |
-#endif // defined(TARGET_OS_WINDOWS) |
+#endif // defined(HOST_OS_WINDOWS) |
#endif // !defined(DART_IO_DISABLED) |