mirror of
https://github.com/vim/vim.git
synced 2026-06-06 17:37:07 +02:00
26f3c637fc
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
|