view src/GvimExt/gvimext.def @ 30149:58dd17222e56

Added tag v9.0.0410 for changeset d8560d2c1f30b33949236da54a539399cbda94dd
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Sep 2022 21: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