view src/GvimExt/gvimext.def @ 2233:43cad213cb7f vim73

A bit of cleanup and simplification for undofile.
author Bram Moolenaar <bram@vim.org>
date Sun, 30 May 2010 16:01:37 +0200
parents 4e2284e71352
children c3b4b1c89d8e
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