hostsupport/hostopengles20/src/hgl.h
branchbug235_bringup_0
changeset 77 b0395290e61f
parent 76 24381b61de5c
--- a/hostsupport/hostopengles20/src/hgl.h	Fri Nov 12 17:56:05 2010 +0000
+++ b/hostsupport/hostopengles20/src/hgl.h	Mon Nov 15 09:56:25 2010 +0000
@@ -219,7 +219,17 @@
 #ifndef HGL_NO_VARIABLES
 extern HGL hgl;
 
+#ifdef __cplusplus
+extern "C"
+{
+#endif /* __cplusplus */
+
 extern int hglLoad(HGL* hgl);
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
 #endif // HGL_NO_VARIABLES
 
 #endif // HGL_H_