1
0
forked from aniani/vim

updated for version 7.2.328

Problem:    has("win64") does not return 1 on 64 bit MS-Windows version.
Solution:   Also check for _WIN64 besides WIN64.
This commit is contained in:
Bram Moolenaar
2010-01-12 13:18:33 +01:00
parent ef3c1a7fd7
commit e37d79928d
3 changed files with 4 additions and 3 deletions

View File

@@ -681,6 +681,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
328,
/**/
327,
/**/