Mercurial > vim
view src/VisVim/VisVim.def @ 26787:cd8dfdcab93c
Added tag v8.2.3921 for changeset b802798e4a26207759755c5d56a68020b67f5ecb
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 28 Dec 2021 15:00:04 +0100 |
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