view src/GvimExt/gvimext.def @ 22418:04fb79390baf

Added tag v8.2.1757 for changeset 68115baaf9e42c7f6cdff79c29a9a169c08b6287
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Sep 2020 16:15: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