view src/GvimExt/gvimext.def @ 4969:dbbe87b3c213

Added tag v7-3-1229 for changeset b6e693e1f946
author Bram Moolenaar <bram@vim.org>
date Sun, 23 Jun 2013 13:28:17 +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