evas/vg: Fixed the build issue in evas_vg_simple example
authorsmohanty <smohantty@gmail.com>
Mon, 19 Jun 2017 20:50:24 +0000 (13:50 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 19 Jun 2017 21:08:54 +0000 (14:08 -0700)
Reviewers: jpeg, vtorri

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4980

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/examples/evas/evas-vg-batman.c
src/examples/evas/evas-vg-simple.c

index 105f4aa..b2e1a05 100644 (file)
 #define HEIGHT 600
 
 #ifndef EFL_BETA_API_SUPPORT
-#define EFL_BETA_API_SUPPORT 1
+#define EFL_BETA_API_SUPPORT
+#endif
+
+#ifndef EFL_EO_API_SUPPORT
+#define EFL_EO_API_SUPPORT
 #endif
 
 #include <Eo.h>
index bb0c0a1..4bcdd97 100644 (file)
 #define WIDTH 400
 #define HEIGHT 400
 
+#ifndef EFL_BETA_API_SUPPORT
 #define EFL_BETA_API_SUPPORT
+#endif
+
+#ifndef EFL_EO_API_SUPPORT
 #define EFL_EO_API_SUPPORT
+#endif
 
 #include <math.h>