view src/GvimExt/gvimext.def @ 6112:d594c1552137 v7.4.394

updated for version 7.4.394 Problem: When using DirectX last italic character is incomplete. Solution: Add one to the number of cells. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Aug 2014 16:49:55 +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