view src/GvimExt/gvimext.def @ 18946:59c8d375c1ec

Added tag v8.2.0033 for changeset c62d63d2b9f0a7d97836a3121a74c9c7b83f42dd
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 Dec 2019 19:45: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