forked from aniani/vim
9 lines
183 B
Modula-2
9 lines
183 B
Modula-2
;gvimdef.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY gvimext
|
|
DESCRIPTION 'Vim Shell Extension'
|
|
|
|
EXPORTS
|
|
DllCanUnloadNow private
|
|
DllGetClassObject private
|