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

Unified Diff: native_client_sdk/src/examples/dlopen/eightball.h

Issue 9234043: Support GLBIC example. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: re-enable the full build Created 8 years, 11 months 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
Index: native_client_sdk/src/examples/dlopen/eightball.h
===================================================================
--- native_client_sdk/src/examples/dlopen/eightball.h (revision 0)
+++ native_client_sdk/src/examples/dlopen/eightball.h (revision 0)
@@ -0,0 +1,9 @@
+#ifndef __EIGHTBALL_H__
+#define __EIGHTBALL_H__
+
+/* Return an answer. Question not required */
+typedef char* (*TYPE_eightball)(void);
+__attribute__((visibility("default")))const char* Magic8Ball();
Brad Chen 2012/01/28 01:00:52 It's kind of nasty seeing this __attribute__ stuff
noelallen1 2012/01/31 21:03:21 Done.
+
+#endif /* __EIGHTBALL_H__ */
+
Property changes on: native_client_sdk/src/examples/dlopen/eightball.h
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698