view src/GvimExt/gvimext.def @ 23955:d7f49f279146

Added tag v8.2.2519 for changeset 9c8a20cfa540615c91c7b1019da172f42fb13015
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Feb 2021 21:45:03 +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