view src/GvimExt/gvimext.def @ 20018:33b501a289fc

Added tag v8.2.0564 for changeset ee823254dda552a79e177554d6836bd528b128ea
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Apr 2020 22:30: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