elm: undef EAPI_WEAK in header before defining

Summary: avoid double define warnings

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11452
This commit is contained in:
Mike Blumenkrantz 2020-03-06 12:16:40 -05:00
parent 0bf6f5bbe4
commit 94d3ab1d2a
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@
#ifdef EWAPI
# undef EWAPI
#endif
#ifdef EAPI_WEAK
# undef EAPI_WEAK
#endif
#ifdef _WIN32
# ifdef EFL_BUILD