view src/GvimExt/gvimext.def @ 18672:a96d6ea9f73e

Added tag v8.1.2327 for changeset df141c730008081d329890595cb3b8350ebd611f
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Nov 2019 17:15:04 +0100
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