0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -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:
Bram Moolenaar
2011-06-19 01:27:34 +02:00
parent d44347f1e7
commit 26f3c637fc
3 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
;gvimdef.def : Declares the module parameters for the DLL.
LIBRARY gvimext
DESCRIPTION 'Vim Shell Extension'
; DESCRIPTION 'Vim Shell Extension'
EXPORTS
DllCanUnloadNow private

View File

@@ -3,7 +3,7 @@
;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