annotate src/GvimExt/gvimext_ming.def @ 19732:e292acf16e26 v8.2.0422

patch 8.2.0422: crash when passing popup window to win_splitmove() Commit: https://github.com/vim/vim/commit/0f1563ffee4397f5b379517c41b7c9a977fd2e22 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 20 21:15:51 2020 +0100 patch 8.2.0422: crash when passing popup window to win_splitmove() Problem: Crash when passing popup window to win_splitmove(). (john Devin) Solution: Disallow moving a popup window. (closes https://github.com/vim/vim/issues/5816)
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Mar 2020 21:30:03 +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