examples: evas vg: fix the compilation of vg batman
authorAmitesh Singh <amitesh.sh@samsung.com>
Thu, 18 Jan 2018 06:19:53 +0000 (15:19 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 3 Apr 2018 04:28:23 +0000 (13:28 +0900)
src/examples/evas/evas-vg-batman.c

index 6800daf..5271608 100644 (file)
 #define WIDTH 800
 #define HEIGHT 600
 
+#ifndef EFL_BETA_API_SUPPORT
+#define EFL_BETA_API_SUPPORT
+#endif
+
+#ifndef EFL_EO_API_SUPPORT
+#define EFL_EO_API_SUPPORT
+#endif
+
 #include <Eo.h>
 #include <Efl.h>
 #include <Evas.h>