view src/GvimExt/gvimext.def @ 5201:b2ed17f5d19c

Added tag v7-4a-026 for changeset b3ff17862b4c
author Bram Moolenaar <bram@vim.org>
date Wed, 17 Jul 2013 13:43:39 +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