Problem: Warning for building GvimExt.
Solution: Comment-out the DESCRIPTION line. (Mike Williams)
;gvimdef.def : Declares the module parameters for the DLL.
LIBRARY gvimext
-DESCRIPTION 'Vim Shell Extension'
+; DESCRIPTION 'Vim Shell Extension'
EXPORTS
DllCanUnloadNow private
;Hence this is the same file as gvimext.def with private removed
LIBRARY gvimext
-DESCRIPTION 'Vim Shell Extension build with MinGW'
+; DESCRIPTION 'Vim Shell Extension build with MinGW'
EXPORTS
DllCanUnloadNow = DllCanUnloadNow@0
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 222,
/**/
221,
/**/