From 0e9e6a9cb8a8a77d3ae10a08239ec0a8cae00699 Mon Sep 17 00:00:00 2001 From: Felipe Magno de Almeida Date: Thu, 20 Nov 2014 18:05:43 -0200 Subject: #undef'ed EOAPI and EAPI in tests to avoid publishing functions private to executable --- src/tests/eolian_cxx/callback.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/tests/eolian_cxx/callback.c b/src/tests/eolian_cxx/callback.c index 13711286b7..60c4e62386 100644 --- a/src/tests/eolian_cxx/callback.c +++ b/src/tests/eolian_cxx/callback.c @@ -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" -- cgit v1.2.1