Enlightenment CVS committal Author : moom Project : e17 Module : proto
Dir : e17/proto/etk/src/lib Modified Files: Etk.h Log Message: * Use "extern "C" { ... }" to make g++ compile Etk apps =================================================================== RCS file: /cvs/e/e17/proto/etk/src/lib/Etk.h,v retrieving revision 1.31 retrieving revision 1.32 diff -u -3 -r1.31 -r1.32 --- Etk.h 16 May 2006 22:02:59 -0000 1.31 +++ Etk.h 18 May 2006 13:41:33 -0000 1.32 @@ -5,6 +5,10 @@ #ifndef _ETK_H_ #define _ETK_H_ +#ifdef __cplusplus +extern "C" { +#endif + #include "etk_main.h" #include "etk_types.h" #include "etk_utils.h" @@ -67,5 +71,9 @@ #include "etk_tooltips.h" #include "etk_message_dialog.h" #include "etk_iconbox.h" + +#ifdef __cplusplus +} +#endif #endif ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs