From 17bd8aecf84cf72e0a914247260dee02f36c985e Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 16 Sep 2009 17:25:28 +0000 Subject: [PATCH] add int64_t type when compiling with vc++. Nedded for eina_f*p*.h files SVN revision: 42518 --- legacy/evil/src/lib/Evil.h | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/evil/src/lib/Evil.h b/legacy/evil/src/lib/Evil.h index effc2553d0..017ae8fcf9 100644 --- a/legacy/evil/src/lib/Evil.h +++ b/legacy/evil/src/lib/Evil.h @@ -97,6 +97,7 @@ typedef unsigned short mode_t; typedef unsigned short uint16_t; typedef unsigned int uint32_t; typedef signed int int32_t; +typedef __int64 int64_t; typedef unsigned __int64 uint64_t; #endif /* _MSC_VER */