Skip to content

Commit a949911

Browse files
committed
updated for version 7.3.222
Problem: Warning for building GvimExt. Solution: Comment-out the DESCRIPTION line. (Mike Williams)
1 parent d88e997 commit a949911

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/GvimExt/gvimext.def

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;gvimdef.def : Declares the module parameters for the DLL.
22

33
LIBRARY gvimext
4-
DESCRIPTION 'Vim Shell Extension'
4+
; DESCRIPTION 'Vim Shell Extension'
55

66
EXPORTS
77
DllCanUnloadNow private

src/GvimExt/gvimext_ming.def

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;Hence this is the same file as gvimext.def with private removed
44

55
LIBRARY gvimext
6-
DESCRIPTION 'Vim Shell Extension build with MinGW'
6+
; DESCRIPTION 'Vim Shell Extension build with MinGW'
77

88
EXPORTS
99
DllCanUnloadNow = DllCanUnloadNow@0

src/version.c

+2
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,8 @@ static char *(features[]) =
709709

710710
static int included_patches[] =
711711
{ /* Add new patch number below this line */
712+
/**/
713+
222,
712714
/**/
713715
221,
714716
/**/

0 commit comments

Comments
 (0)