Hi,

with addition of IMF edje build for Windows[CE] is broken. Attached is a 
simple fix, reordering EAPI definition.

Cheers
    Klaus

Index: src/lib/edje_private.h
===================================================================
--- src/lib/edje_private.h    (Revision 40642)
+++ src/lib/edje_private.h    (Arbeitskopie)
@@ -18,12 +18,13 @@
 #include <Embryo.h>
 #include <eina_stringshare.h>
 
-#include "Edje.h"
-#include "Edje_Edit.h"
 #ifdef HAVE_ECORE_IMF
 #include <Ecore_IMF.h>
 #endif
 
+#include "Edje.h"
+#include "Edje_Edit.h"
+
 #ifdef __GNUC__
 # if __GNUC__ >= 4
 // BROKEN in gcc 4 on amd64


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to