view src/GvimExt/gvimext.def @ 16400:73200ce89e05

Added tag v8.1.1204 for changeset 47d6e874955c7cdf0718b0aa3650537023df5b6e
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Apr 2019 21:30:05 +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