fix Windows CE compilation

SVN revision: 57308
This commit is contained in:
Vincent Torri 2011-02-24 19:24:39 +00:00
parent 1145a009da
commit 52b7825237
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
#include "evas_common.h"
#ifdef _WIN32_WCE
# undef remove
#endif
typedef struct _Evas_Object_Box_Iterator Evas_Object_Box_Iterator;
typedef struct _Evas_Object_Box_Accessor Evas_Object_Box_Accessor;