commit | 4d526ad35aae3e637aa3fd9f5042196120e456a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 12:23:24 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 12:23:24 2010 +0100 |
tree | dd3d25689cdc9b12769a904f7bc9c37481c12a83 | |
parent | d21d9a6c6141be8b9c35f2ffede29cc0a6a91de8 [diff] [blame] |
updated for version 7.2.352 Problem: Win64: Vim doesn't work when cross-compiled with MingW libraries. Solution: Always return TRUE for the WM_NCCREATE message. (Andy Kittner)
diff --git a/src/version.c b/src/version.c index a2bc904..a823253 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 352, +/**/ 351, /**/ 350,