mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.3.222
Problem: Warning for building GvimExt. Solution: Comment-out the DESCRIPTION line. (Mike Williams)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
;gvimdef.def : Declares the module parameters for the DLL.
|
;gvimdef.def : Declares the module parameters for the DLL.
|
||||||
|
|
||||||
LIBRARY gvimext
|
LIBRARY gvimext
|
||||||
DESCRIPTION 'Vim Shell Extension'
|
; DESCRIPTION 'Vim Shell Extension'
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
DllCanUnloadNow private
|
DllCanUnloadNow private
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
;Hence this is the same file as gvimext.def with private removed
|
;Hence this is the same file as gvimext.def with private removed
|
||||||
|
|
||||||
LIBRARY gvimext
|
LIBRARY gvimext
|
||||||
DESCRIPTION 'Vim Shell Extension build with MinGW'
|
; DESCRIPTION 'Vim Shell Extension build with MinGW'
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
DllCanUnloadNow = DllCanUnloadNow@0
|
DllCanUnloadNow = DllCanUnloadNow@0
|
||||||
|
@@ -709,6 +709,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
222,
|
||||||
/**/
|
/**/
|
||||||
221,
|
221,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user