view src/GvimExt/gvimext.def @ 18069:1f52c157c2e9

Added tag v8.1.2029 for changeset 1101eacc1444fe34d9cb7c7a499843f16c07f360
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Sep 2019 21:15:04 +0200
parents c3b4b1c89d8e
children
line wrap: on
line source

;gvimdef.def : Declares the module parameters for the DLL.

LIBRARY      gvimext
; DESCRIPTION  'Vim Shell Extension'

EXPORTS
    DllCanUnloadNow private
    DllGetClassObject private