Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore


Modified Files:
        Ecore.h 


Log Message:


move evas to private - it should be removed entirely though :) c++ thingies...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/Ecore.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- Ecore.h     28 Mar 2005 08:54:25 -0000      1.22
+++ Ecore.h     15 Apr 2005 01:22:45 -0000      1.23
@@ -54,6 +54,10 @@
 
 #include <Ecore_Data.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #ifndef TRUE
 #define TRUE 1
 #endif
@@ -66,10 +70,6 @@
 #define PATH_MAX 4096
 #endif
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #ifndef MIN
 #define MIN(x, y) (((x) > (y)) ? (y) : (x))
 #endif




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to