annotate src/VisVim/VisVim.def @ 18415:52eb1bbf7690
Added tag v8.1.2201 for changeset 6b8508ea90d798b96e29aaa21d6f8021c43128a7
author |
Bram Moolenaar <Bram@vim.org> |
date |
Wed, 23 Oct 2019 21:45:04 +0200 |
parents |
3fc0f57ecb91 |
children |
|
rev |
line source |
7
|
1 ; VisVim.def : Declares the module parameters for the DLL.
|
|
2
|
|
3 LIBRARY "VISVIM"
|
|
4 DESCRIPTION 'VISVIM Windows Dynamic Link Library'
|
|
5
|
|
6 EXPORTS
|
|
7 ; Explicit exports can go here
|
|
8 DllCanUnloadNow PRIVATE
|
|
9 DllGetClassObject PRIVATE
|
|
10 DllRegisterServer PRIVATE
|
|
11 DllUnregisterServer PRIVATE
|