Mercurial > vim
view src/VisVim/VisVim.def @ 5371:2238fb040256
Added tag v7-4-036 for changeset 90e2f0729a0d
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 25 Sep 2013 16:41:55 +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