Index: src/vm/event_handler_windows.cc |
diff --git a/src/vm/event_handler_windows.cc b/src/vm/event_handler_windows.cc |
index 8cd661b638639f7390f4ea74d81669663276978d..6f4f0388867991377ffd347b5b6fd2cc0f68b269 100644 |
--- a/src/vm/event_handler_windows.cc |
+++ b/src/vm/event_handler_windows.cc |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE.md file. |
-#if defined(FLETCH_TARGET_OS_WIN) |
+#if defined(DARTINO_TARGET_OS_WIN) |
#include <winsock2.h> |
@@ -17,7 +17,7 @@ |
#include "src/vm/object.h" |
#include "src/vm/process.h" |
-namespace fletch { |
+namespace dartino { |
// Used to store information about the reason for an event. |
struct EventHandlerInfo { |
@@ -218,6 +218,6 @@ Object* EventHandler::Add(Process* process, Object* id, Port* port, |
return process->program()->null_object(); |
} |
-} // namespace fletch |
+} // namespace dartino |
-#endif // defined(FLETCH_TARGET_OS_WIN) |
+#endif // defined(DARTINO_TARGET_OS_WIN) |