annotate src/VisVim/VisVim.def @ 16336:b1e69c9e4c67
v8.1.1173
patch 8.1.1173: suspend test has duplicated lines
commit https://github.com/vim/vim/commit/a8356bc1734195d130c6eeaf4858356ae3a3f722
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Apr 14 14:31:11 2019 +0200
patch 8.1.1173: suspend test has duplicated lines
Problem: Suspend test has duplicated lines.
Solution: Use a function.
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sun, 14 Apr 2019 14: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
|