view src/GvimExt/gvimext.def @ 6226:2fd96725b063 v7.4.448

updated for version 7.4.448 Problem: Using ETO_IGNORELANGUAGE causes problems. Solution: Remove this flag. (Paul Moore)
author Bram Moolenaar <bram@vim.org>
date Fri, 19 Sep 2014 16:13:53 +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