| Index: runtime/vm/os_thread_win.cc
|
| diff --git a/runtime/vm/os_thread_win.cc b/runtime/vm/os_thread_win.cc
|
| index 7d80d4d1ceeafa1d4d046e17d648a4876df988af..1c158352135d76d5cc4b6c6769a1cc5ead9500e4 100644
|
| --- a/runtime/vm/os_thread_win.cc
|
| +++ b/runtime/vm/os_thread_win.cc
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #include "platform/globals.h" // NOLINT
|
| -#if defined(TARGET_OS_WINDOWS)
|
| +#if defined(HOST_OS_WINDOWS)
|
|
|
| #include "vm/growable_array.h"
|
| #include "vm/lockers.h"
|
| @@ -700,4 +700,4 @@ PIMAGE_TLS_CALLBACK p_thread_callback_dart = OnDartThreadExit;
|
| #endif // _WIN64
|
| } // extern "C"
|
|
|
| -#endif // defined(TARGET_OS_WINDOWS)
|
| +#endif // defined(HOST_OS_WINDOWS)
|
|
|