view src/GvimExt/gvimext.def @ 20710:24fa685e72e9

Added tag v8.2.0908 for changeset a2262c80a4e01dd4e4e5696fe8b3d7ca5c25a8d0
author Bram Moolenaar <Bram@vim.org>
date Fri, 05 Jun 2020 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