eolian: mark _class_get func protos with EOAPI

this is necessary to properly export the funcs on Windows. @fix
This commit is contained in:
Daniel Kolesa 2015-04-28 14:12:18 +01:00
parent b8d1447e4d
commit 9141298792
1 changed files with 1 additions and 1 deletions

View File

@ -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\
";