On Sat, 27 Nov 2010, Enlightenment SVN wrote:

> Log:
>       * efreet: Eet.h is needed by declaration in efreet_private.h.
>
> Author:       cedric
> Date:         2010-11-27 09:02:18 -0800 (Sat, 27 Nov 2010)
> New Revision: 55034
>
> Modified:
>  trunk/efreet/src/lib/efreet_private.h
>
> Modified: trunk/efreet/src/lib/efreet_private.h
> ===================================================================
> --- trunk/efreet/src/lib/efreet_private.h     2010-11-27 14:28:34 UTC (rev 
> 55033)
> +++ trunk/efreet/src/lib/efreet_private.h     2010-11-27 17:02:18 UTC (rev 
> 55034)
> @@ -1,6 +1,9 @@
> #ifndef EFREET_PRIVATE_H
> #define EFREET_PRIVATE_H
>
> +#ifdef ICON_CACHE
> +# include <Eet.h>
> +#endif

please do not do that, you just broke Windows compilation. Put it in the 
source file where needed

Vincent

>
> /**
>  * @file efreet_private.h
>
>
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to