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

Unified Diff: mojo/public/gles2/gles2.h

Issue 106173003: Split mojo_system dylib into public and private (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win Created 7 years 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 | « mojo/mojo_public.gypi ('k') | mojo/public/system/core_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/gles2/gles2.h
diff --git a/mojo/public/gles2/gles2.h b/mojo/public/gles2/gles2.h
index 0a32cddd944fad48aadceddb88981484b5ba96dd..36af768796be726683a663190ef44c1a467fa921 100644
--- a/mojo/public/gles2/gles2.h
+++ b/mojo/public/gles2/gles2.h
@@ -16,7 +16,7 @@
#define MOJO_GLES2_EXPORT __declspec(dllexport)
#else
#define MOJO_GLES2_EXPORT __declspec(dllimport)
-#endif // defined(GFX_IMPLEMENTATION)
+#endif // defined(MOJO_GLES2_IMPLEMENTATION)
#else // defined(WIN32)
#if defined(MOJO_GLES2_IMPLEMENTATION)
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/system/core_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698