view src/GvimExt/gvimext.def @ 6757:49db2b239564

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 15 Apr 2015 13:31:24 +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