We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9283f92 commit 1946de1Copy full SHA for 1946de1
2 files changed
src/GvimExt/gvimext.h
@@ -57,7 +57,6 @@
57
#pragma data_seg(".text")
58
#define INITGUID
59
#include <initguid.h>
60
-#include <shlguid.h>
61
62
//
63
// The class ID of this Shell extension class.
src/version.c
@@ -757,6 +757,8 @@ static char *(features[]) =
757
758
static int included_patches[] =
759
{ /* Add new patch number below this line */
760
+/**/
761
+ 2025,
762
/**/
763
2024,
764
0 commit comments