Skip to content

Commit 1946de1

Browse files
committed
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 #4913)
1 parent 9283f92 commit 1946de1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/GvimExt/gvimext.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
#pragma data_seg(".text")
5858
#define INITGUID
5959
#include <initguid.h>
60-
#include <shlguid.h>
6160

6261
//
6362
// The class ID of this Shell extension class.

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,8 @@ static char *(features[]) =
757757

758758
static int included_patches[] =
759759
{ /* Add new patch number below this line */
760+
/**/
761+
2025,
760762
/**/
761763
2024,
762764
/**/

0 commit comments

Comments
 (0)