Index: mojo/examples/sample_app/sample_app.cc |
diff --git a/mojo/examples/sample_app/sample_app.cc b/mojo/examples/sample_app/sample_app.cc |
index f4a729971bc4736e18dbb6b3b4a71e6e79313879..abef1f3fffae10faf529e8ecb6381d9661e38582 100644 |
--- a/mojo/examples/sample_app/sample_app.cc |
+++ b/mojo/examples/sample_app/sample_app.cc |
@@ -6,9 +6,8 @@ |
#include "mojo/public/system/core.h" |
#include "mojo/public/system/macros.h" |
-#include "mojo/system/core_impl.h" |
-#if defined(OS_WIN) |
+#if defined(WIN32) |
#if !defined(CDECL) |
#define CDECL __cdecl |
#endif |