view src/GvimExt/gvimext.def @ 18042:1616f2fc1e3c

Added tag v8.1.2016 for changeset 060e1b1220c6ca06713e118a47d40a869d888696
author Bram Moolenaar <Bram@vim.org>
date Sun, 08 Sep 2019 23:00: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