view src/GvimExt/gvimext_ming.def @ 30795:b8cda1e1c985 v9.0.0732

patch 9.0.0732: no check for white space before and after "=<<" Commit: https://github.com/vim/vim/commit/d987642626f84fe2f0b32a1ca5ede31b436ce677 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 12 12:58:54 2022 +0100 patch 9.0.0732: no check for white space before and after "=<<" Problem: No check for white space before and after "=<<". (Doug Kearns) Solution: Check for white space in Vim9 script. (closes https://github.com/vim/vim/issues/11351)
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Oct 2022 14:00:04 +0200
parents c3b4b1c89d8e
children
line wrap: on
line source

;gvimdef_ming.def : Declares the module parameters for the DLL.
;The mingw environment doesn't know anything about private declarations
;Hence this is the same file as gvimext.def with private removed

LIBRARY      gvimext
; DESCRIPTION  'Vim Shell Extension build with MinGW'

EXPORTS
    DllCanUnloadNow = DllCanUnloadNow@0
    DllGetClassObject  = DllGetClassObject@12