Index: runtime/bin/thread_win.h |
=================================================================== |
--- runtime/bin/thread_win.h (working copy) |
+++ runtime/bin/thread_win.h (working copy) |
@@ -2,10 +2,10 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-#ifndef PLATFORM_THREAD_WIN_H_ |
-#define PLATFORM_THREAD_WIN_H_ |
+#ifndef BIN_THREAD_WIN_H_ |
+#define BIN_THREAD_WIN_H_ |
-#if !defined(PLATFORM_THREAD_H_) |
+#if !defined(BIN_THREAD_H_) |
#error Do not include thread_win.h directly; use thread.h instead. |
#endif |
@@ -118,4 +118,4 @@ |
} // namespace dart |
-#endif // PLATFORM_THREAD_WIN_H_ |
+#endif // BIN_THREAD_WIN_H_ |