Edje_Edit.h: undef EAPI at the end of the header file
authorVincent Torri <vincent.torri@gmail.com>
Sun, 7 Aug 2016 09:40:48 +0000 (11:40 +0200)
committerJean Guyomarc'h <jean@guyomarch.bzh>
Sun, 7 Aug 2016 09:47:05 +0000 (11:47 +0200)
Fixes T4303

src/lib/edje/Edje_Edit.h

index 9fb682f..97c6ea4 100644 (file)
@@ -8062,4 +8062,7 @@ EAPI extern Eina_Error EDJE_EDIT_ERROR_GROUP_DOES_NOT_EXIST;
 }
 #endif
 
+#undef EAPI
+#define EAPI
+
 #endif