On Wed, 23 Mar 2011, Mike Blumenkrantz wrote:

> On Wed, 23 Mar 2011 23:12:45 +0100 (CET)
> Vincent Torri <vto...@univ-evry.fr> wrote:
>
>>
>>
>> On Wed, 23 Mar 2011, Enlightenment SVN wrote:
>>
>>> Log:
>>> unbreak this header by adding inttypes.h...
>>>
>>>
>>> Author:       discomfitor
>>> Date:         2011-03-23 14:36:36 -0700 (Wed, 23 Mar 2011)
>>> New Revision: 58045
>>> Trac:         http://trac.enlightenment.org/e/changeset/58045
>>>
>>> Modified:
>>>  trunk/ecore/src/lib/ecore_input/Ecore_Input.h
>>>
>>> Modified: trunk/ecore/src/lib/ecore_input/Ecore_Input.h
>>> ===================================================================
>>> --- trunk/ecore/src/lib/ecore_input/Ecore_Input.h   2011-03-23
>>> 20:19:59 UTC (rev 58044) +++
>>> trunk/ecore/src/lib/ecore_input/Ecore_Input.h       2011-03-23 21:36:36
>>> UTC (rev 58045) @@ -1,6 +1,7 @@ #ifndef _ECORE_INPUT_H
>>> #define _ECORE_INPUT_H
>>>
>>> +#include <inttypes.h>
>>
>> inttypes.h is not available on all platforms...
>>
>> So first, why is it needed ?
>>
>> Vincent
> uintptr_t is used as Ecore_Window

grrrr


#ifdef _WIN32
# include <stddef.h>
#else
# include <inttypes.h>
#endif


Vincent

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to