Mercurial > vim
view src/VisVim/VisVim.def @ 14672:a4786c02f58f
Added tag v8.1.0348 for changeset 09b803bdd7ab3b081d59532ea19f56203dc7ba7d
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 05 Sep 2018 22:30:07 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
; VisVim.def : Declares the module parameters for the DLL. LIBRARY "VISVIM" DESCRIPTION 'VISVIM Windows Dynamic Link Library' EXPORTS ; Explicit exports can go here DllCanUnloadNow PRIVATE DllGetClassObject PRIVATE DllRegisterServer PRIVATE DllUnregisterServer PRIVATE