annotate src/GvimExt/gvimext_ming.def @ 7627:d9ec7d22494d v7.4.1113

commit https://github.com/vim/vim/commit/4119cf80e1e534057680f9543e73edf7967c2440 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 17 14:59:01 2016 +0100 patch 7.4.1113 Problem: Using {ns} in variable name does not work. (lilydjwg) Solution: Fix recognizing colon. Add a test.
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jan 2016 15:00:05 +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