tests: eolian_cxx: add define to allow the use of beta APIs like eo

This is needed again now as we put eo back into beta for 1.18.
This commit is contained in:
Stefan Schmidt 2016-08-02 22:20:05 +02:00
parent 57f95de890
commit b7bc4f8125
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#define EFL_BETA_API_SUPPORT 1
#include <Eo.h>
struct Name_Name_Data {};