commit | e37d79928d4f3a70fffad086241e65d21dd9e1c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 13:18:33 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 13:18:33 2010 +0100 |
tree | 624fadaa6657e79aca5fa13492bb364dbde419fd | |
parent | ef3c1a7fd7a755221f5f854b159ee515c922d4ed [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index a802841..f628c8c 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 328, +/**/ 327, /**/ 326,