view src/GvimExt/gvimext.def @ 6976:d678a71cae27

Added tag v7-4-805 for changeset 7b5f9313f40b
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Aug 2015 17:43:25 +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