Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(433)

Unified Diff: mojo/examples/sample_app/sample_app.cc

Issue 59513005: Hook up GL Command buffer on Windows too (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Eliminate base dependency Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/services/native_viewport/native_viewport_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | mojo/services/native_viewport/native_viewport_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698