1
0
forked from aniani/vim

updated for version 7.0e02

This commit is contained in:
Bram Moolenaar
2006-04-18 21:55:01 +00:00
parent a93fa7ee78
commit c1e37901fc
46 changed files with 10995 additions and 4952 deletions

View File

@@ -346,8 +346,10 @@ typedef unsigned int int_u;
* bit and pointers 64 bit. */
#ifdef _WIN64
typedef unsigned __int64 long_u;
typedef __int64 long_i;
#else
typedef unsigned long long_u;
typedef long long_i;
#endif
/*