Eo: Added extern "C" for the C++ fellows.

Oops, forgot, thanks to Yakov for letting me know.

SVN revision: 71189
This commit is contained in:
Tom Hacohen 2012-05-17 06:22:50 +00:00
parent 2ce55a9f86
commit f9d41588b8
1 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,10 @@
# 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