forked from aniani/vim
Problem: Warning for building GvimExt. Solution: Comment-out the DESCRIPTION line. (Mike Williams)
9 lines
185 B
Modula-2
9 lines
185 B
Modula-2
;gvimdef.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY gvimext
|
|
; DESCRIPTION 'Vim Shell Extension'
|
|
|
|
EXPORTS
|
|
DllCanUnloadNow private
|
|
DllGetClassObject private
|