Compare commits

...

1 Commits

Author SHA1 Message Date
Felipe Magno de Almeida 0e9e6a9cb8 #undef'ed EOAPI and EAPI in tests to avoid publishing functions private to executable 2014-11-20 18:05:43 -02:00
1 changed files with 5 additions and 0 deletions

View File

@ -69,5 +69,10 @@ static void _callback_twocallback(Eo *obj EINA_UNUSED, Callback_Data *pd EINA_UN
cb(data);
}
#undef EOAPI
#define EOAPI
#undef EAPI
#define EAPI
#include "callback.eo.c"