commit | 175aa248463caa78677495440901e6e9504066fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 17 17:24:27 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 17 17:24:27 2010 +0100 |
tree | 68f9a21c62c9f36e61f8128c456d381c0479bc58 | |
parent | 3a0573acaed378328a8f41a868d898f14802b3af [diff] [blame] |
updated for version 7.2.364 Problem: Can't build gvimext.dll on Win 7 x64 using MinGW (John Marriott) Solution: Check if _MSC_VER is defined. (Andy Kittner)
diff --git a/src/version.c b/src/version.c index 640a69b..15a870d 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 364, +/**/ 363, /**/ 362,