view src/GvimExt/gvimext.def @ 19569:be76a82ee030

Added tag v8.2.0341 for changeset c0749ad6c699f79bd9004c6d426c8210e672bb3e
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Mar 2020 16:30: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