annotate src/GvimExt/gvimext_ming.def @ 14978:d148cd1163a5
v8.1.0500
patch 8.1.0500: cleaning up in src/tee may not always work
commit https://github.com/vim/vim/commit/833e5dab143034b7e43bc0be49b2eb3687ff9ab7
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Oct 28 15:43:58 2018 +0100
patch 8.1.0500: cleaning up in src/tee may not always work
Problem: Cleaning up in src/tee may not always work.
Solution: Use "rm" when appropriate. (Michael Soyka, closes https://github.com/vim/vim/issues/3571)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sun, 28 Oct 2018 15:45:05 +0100 |
parents |
c3b4b1c89d8e |
children |
|
rev |
line source |
10
|
1 ;gvimdef_ming.def : Declares the module parameters for the DLL.
|
|
2 ;The mingw environment doesn't know anything about private declarations
|
|
3 ;Hence this is the same file as gvimext.def with private removed
|
|
4
|
|
5 LIBRARY gvimext
|
2898
|
6 ; DESCRIPTION 'Vim Shell Extension build with MinGW'
|
10
|
7
|
|
8 EXPORTS
|
|
9 DllCanUnloadNow = DllCanUnloadNow@0
|
|
10 DllGetClassObject = DllGetClassObject@12
|