add int64_t type when compiling with vc++. Nedded for eina_f*p*.h files

SVN revision: 42518
This commit is contained in:
Vincent Torri 2009-09-16 17:25:28 +00:00
parent e2b34b41ee
commit 17bd8aecf8
1 changed files with 1 additions and 0 deletions

View File

@ -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 */