fix warnings about redefinting EWAPI etc. due to windows EAPI changes

This commit is contained in:
Carsten Haitzler 2021-05-23 20:45:46 +01:00
parent c02b796fdb
commit e2d6691d52
2 changed files with 3 additions and 2 deletions

View File

@ -219,6 +219,9 @@ param in edje programs
#ifdef EAPI
# undef EAPI
#endif
#ifdef EAPI_WEAK
# undef EAPI_WEAK
#endif
#ifdef _WIN32
# ifdef EFL_BUILD

View File

@ -20,8 +20,6 @@
# endif
# endif
#define EWAPI EAPI EAPI_WEAK
#ifdef WAYLAND_UTIL_H
typedef struct wl_surface Efl_Canvas_Wl_Wl_Surface;
typedef struct wl_global Efl_Canvas_Wl_Wl_Global;