Index: src/shared/platform_windows.h |
diff --git a/src/shared/platform_windows.h b/src/shared/platform_windows.h |
index c8a48ac90f37842e54386ccb10c9a027bd145329..3c7382bca56d277ab19cabec89c67ea523f1ad9a 100644 |
--- a/src/shared/platform_windows.h |
+++ b/src/shared/platform_windows.h |
@@ -9,7 +9,7 @@ |
#error Do not include platform_win.h directly; use platform.h instead. |
#endif |
-#if defined(FLETCH_TARGET_OS_WIN) |
+#if defined(DARTINO_TARGET_OS_WIN) |
// Prevent the windows.h header from including winsock.h and others. |
#ifndef WIN32_LEAN_AND_MEAN |
@@ -27,7 +27,7 @@ |
#define snprintf _snprintf |
#define MAXPATHLEN MAX_PATH |
-namespace fletch { |
+namespace dartino { |
// Forward declare [Platform::GetMicroseconds]. |
namespace Platform { |
@@ -107,8 +107,8 @@ class MonitorImpl { |
CONDITION_VARIABLE cond_; |
}; |
-} // namespace fletch |
+} // namespace dartino |
-#endif // defined(FLETCH_TARGET_OS_WIN) |
+#endif // defined(DARTINO_TARGET_OS_WIN) |
#endif // SRC_SHARED_PLATFORM_WINDOWS_H_ |