annotate src/VisVim/VisVim.def @ 9800:c470694733db
v7.4.2175
commit https://github.com/vim/vim/commit/812ad4f3a2cb33002a24f6b5862c7b375cd68fe4
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 7 14:03:13 2016 +0200
patch 7.4.2175
Problem: Insufficient testing of cscope.
Solution: Add more tests. (Dominique Pelle)
author |
Christian Brabandt <cb@256bit.org> |
date |
Sun, 07 Aug 2016 14:15:05 +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
|