comparison src/version.c @ 19382:e6f0b4fe0b6d v8.2.0249

patch 8.2.0249: MS-Windows: various warnings Commit: https://github.com/vim/vim/commit/3fb377fa78131004138b22a87afe33eeb7649b94 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 12 21:52:32 2020 +0100 patch 8.2.0249: MS-Windows: various warnings Problem: MS-Windows: various warnings. Solution: Set the charset to utf-8. Add _WIN32_WINNT and _USING_V110_SDK71_. (Ken Takata, closes #5625)
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Feb 2020 22:00:05 +0100
parents 1e78bf92f168
children 6c944fee0d7e
comparison
equal deleted inserted replaced
19381:95be753d41c0 19382:e6f0b4fe0b6d
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 249,
745 /**/ 747 /**/
746 248, 748 248,
747 /**/ 749 /**/
748 247, 750 247,
749 /**/ 751 /**/