including Evil.h here cause big troubles with vc++ and EAPI. So

typedef here the needed types

SVN revision: 44318
This commit is contained in:
Vincent Torri 2009-12-09 08:25:58 +00:00
parent 63610435c3
commit efc50c5541
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@
# define EINA_FP_H_
#ifdef _MSC_VER
# include <Evil.h>
typedef unsigned __int64 uint64_t;
typedef signed __int64 int64_t;
typedef signed int int32_t;
#else
# include <stdint.h>
#endif