q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9141298792af04b3540c044b12b1b8a0540705a8

commit 9141298792af04b3540c044b12b1b8a0540705a8
Author: Daniel Kolesa <d.kol...@osg.samsung.com>
Date:   Tue Apr 28 14:12:18 2015 +0100

    eolian: mark _class_get func protos with EOAPI
    
    this is necessary to properly export the funcs on Windows. @fix
---
 src/bin/eolian/eo_generator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/eolian/eo_generator.c b/src/bin/eolian/eo_generator.c
index fe81f1f..8dfcfe5 100644
--- a/src/bin/eolian/eo_generator.c
+++ b/src/bin/eolian/eo_generator.c
@@ -53,7 +53,7 @@ static const char
 tmpl_eo_obj_header[] = "\
 #define @#CLASS_@#CLASSTYPE @#klasstype_get()\n\
 \n\
-const Eo_Class *@#klasstype_get(void) EINA_CONST;\n\
+EOAPI const Eo_Class *@#klasstype_get(void) EINA_CONST;\n\
 \n\
 ";
 

-- 


Reply via email to