view src/GvimExt/gvimext_ming.def @ 31024:ce82378c6a47 v9.0.0847

patch 9.0.0847: CI: not totally clear what MS-Windows version is used Commit: https://github.com/vim/vim/commit/80613d64e69ccdac3dbf4eb06d55b2cf1218b819 Author: K.Takata <kentkt@csc.jp> Date: Wed Nov 9 16:12:47 2022 +0000 patch 9.0.0847: CI: not totally clear what MS-Windows version is used Problem: CI: not totally clear what MS-Windows version is used. Solution: Show the Windows version. (Ken Takata, closes https://github.com/vim/vim/issues/11524)
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Nov 2022 17:15:05 +0100
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