Eo: Added extern "C" for the C++ fellows.
authortasn <tasn>
Thu, 17 May 2012 06:22:50 +0000 (06:22 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 17 May 2012 06:22:50 +0000 (06:22 +0000)
Oops, forgot, thanks to Yakov for letting me know.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@71189 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

lib/Eo.h

index 7517ee2..b90bcce 100644 (file)
--- a/lib/Eo.h
+++ b/lib/Eo.h
 # endif
 #endif /* ! _WIN32 */
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /**
  * @var _eo_class_creation_lock
  * This variable is used for locking purposes in the class_get function
@@ -1138,4 +1142,8 @@ EAPI extern const Eo_Event_Description _EO_EV_DEL;
  * @}
  */
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif