comparison src/version.c @ 8120:350f8040bd37 v7.4.1354

commit https://github.com/vim/vim/commit/223b723be0703137cf6373e23f8ae5c02e92ef82 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 19 19:43:49 2016 +0100 patch 7.4.1354 Problem: MS-Windows: Mismatch between default compile options and what the code expects. Solution: Change the default WINVER from 0x0500 to 0x0501. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Fri, 19 Feb 2016 19:45:04 +0100
parents 1f28be191fab
children 39532ee7dd43
comparison
equal deleted inserted replaced
8119:dcc24639d3df 8120:350f8040bd37
745 NULL 745 NULL
746 }; 746 };
747 747
748 static int included_patches[] = 748 static int included_patches[] =
749 { /* Add new patch number below this line */ 749 { /* Add new patch number below this line */
750 /**/
751 1354,
750 /**/ 752 /**/
751 1353, 753 1353,
752 /**/ 754 /**/
753 1352, 755 1352,
754 /**/ 756 /**/