Mercurial > vim
comparison src/version.c @ 2039:5c6fa259c923 v7.2.328
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.
author | Bram Moolenaar <bram@zimbu.org> |
---|---|
date | Tue, 12 Jan 2010 13:18:33 +0100 |
parents | 07de57cbcb25 |
children | 70c67b1bb1f1 |
comparison
equal
deleted
inserted
replaced
2038:8b83fe73ba61 | 2039:5c6fa259c923 |
---|---|
679 NULL | 679 NULL |
680 }; | 680 }; |
681 | 681 |
682 static int included_patches[] = | 682 static int included_patches[] = |
683 { /* Add new patch number below this line */ | 683 { /* Add new patch number below this line */ |
684 /**/ | |
685 328, | |
684 /**/ | 686 /**/ |
685 327, | 687 327, |
686 /**/ | 688 /**/ |
687 326, | 689 326, |
688 /**/ | 690 /**/ |