including Evil.h here cause big troubles with vc++ and EAPI. So
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 9 Dec 2009 08:25:58 +0000 (08:25 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 9 Dec 2009 08:25:58 +0000 (08:25 +0000)
typedef here the needed types

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@44318 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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