annotate src/VisVim/VisVim.def @ 17255:765aa1380e93
v8.1.1627
patch 8.1.1627: header file contains mixed comment style
commit https://github.com/vim/vim/commit/6cb39f924a10912a615573230e906e8089975198
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jul 4 16:05:14 2019 +0200
patch 8.1.1627: header file contains mixed comment style
Problem: Header file contains mixed comment style.
Solution: Use // style comments.
author |
Bram Moolenaar <Bram@vim.org> |
date |
Thu, 04 Jul 2019 16:15: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
|