view src/GvimExt/gvimext.def @ 2898:c3b4b1c89d8e v7.3.222

updated for version 7.3.222 Problem: Warning for building GvimExt. Solution: Comment-out the DESCRIPTION line. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Sun, 19 Jun 2011 01:27:34 +0200
parents 4e2284e71352
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