including Evil.h here cause big troubles with vc++ and EAPI. So
authorVincent Torri <vincent.torri@gmail.com>
Wed, 9 Dec 2009 08:25:58 +0000 (08:25 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Wed, 9 Dec 2009 08:25:58 +0000 (08:25 +0000)
typedef here the needed types

SVN revision: 44318

legacy/eina/src/include/eina_fp.h

index 958330a..8a324af 100644 (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