view src/GvimExt/gvimext.def @ 4031:da7a7ba36ed2 v7.3.770

updated for version 7.3.770 Problem: Vim.h indentation is inconsistent. Solution: Adjust the indentation. (Elias Diem)
author Bram Moolenaar <bram@vim.org>
date Thu, 17 Jan 2013 17:17:26 +0100
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