view src/GvimExt/gvimext.def @ 29795:b420af3bd70f

Added tag v9.0.0236 for changeset 5b46eb13e3bbaa75da422db5c9b3e04aba28ea7a
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Aug 2022 15:45: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