annotate src/GvimExt/gvimext_ming.def @ 15464:3faa7cc8207c v8.1.0740

patch 8.1.0740: Tcl test fails commit https://github.com/vim/vim/commit/8309b0559da6e9a581a7816572594c90c2d7f942 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 13 16:46:22 2019 +0100 patch 8.1.0740: Tcl test fails Problem: Tcl test fails. Solution: When the argument is empty don't give an error, instead rely on the error reporting higher up.
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Jan 2019 17:00:06 +0100
parents c3b4b1c89d8e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10
4e2284e71352 updated for version 7.0002
vimboss
parents:
diff changeset
1 ;gvimdef_ming.def : Declares the module parameters for the DLL.
4e2284e71352 updated for version 7.0002
vimboss
parents:
diff changeset
2 ;The mingw environment doesn't know anything about private declarations
4e2284e71352 updated for version 7.0002
vimboss
parents:
diff changeset
3 ;Hence this is the same file as gvimext.def with private removed
4e2284e71352 updated for version 7.0002
vimboss
parents:
diff changeset
4
4e2284e71352 updated for version 7.0002
vimboss
parents:
diff changeset
5 LIBRARY gvimext
2898
c3b4b1c89d8e updated for version 7.3.222
Bram Moolenaar <bram@vim.org>
parents: 10
diff changeset
6 ; DESCRIPTION 'Vim Shell Extension build with MinGW'
10
4e2284e71352 updated for version 7.0002
vimboss
parents:
diff changeset
7
4e2284e71352 updated for version 7.0002
vimboss
parents:
diff changeset
8 EXPORTS
4e2284e71352 updated for version 7.0002
vimboss
parents:
diff changeset
9 DllCanUnloadNow = DllCanUnloadNow@0
4e2284e71352 updated for version 7.0002
vimboss
parents:
diff changeset
10 DllGetClassObject = DllGetClassObject@12