comparison src/version.c @ 18060:31546178bc83 v8.1.2025

patch 8.1.2025: MS-Windows: Including shlguid.h causes problems for msys2 Commit: https://github.com/vim/vim/commit/1946de140a84accaa2f298c7fdccc1be37b9f630 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 13 22:03:19 2019 +0200 patch 8.1.2025: MS-Windows: Including shlguid.h causes problems for msys2 Problem: MS-Windows: Including shlguid.h causes problems for msys2. Solution: Do not include shlguid.h. (closes https://github.com/vim/vim/issues/4913)
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Sep 2019 22:15:03 +0200
parents 187742518187
children 0b351691071c
comparison
equal deleted inserted replaced
18059:3897f3d885d8 18060:31546178bc83
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 2025,
760 /**/ 762 /**/
761 2024, 763 2024,
762 /**/ 764 /**/
763 2023, 765 2023,
764 /**/ 766 /**/