annotate src/GvimExt/gvimext_ming.def @ 17580:d5e5d0fc3fa8 v8.1.1787

patch 8.1.1787: cannot resize a popup window commit https://github.com/vim/vim/commit/9bcb70c18a740bf9d97a1420df5964618f218a89 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 1 21:11:05 2019 +0200 patch 8.1.1787: cannot resize a popup window Problem: Cannot resize a popup window. Solution: Allow for resizing by dragging the lower right corncer.
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Aug 2019 21:15:07 +0200
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