view src/GvimExt/gvimext.def @ 6637:a12d422ed16c v7.4.644

updated for version 7.4.644 Problem: Stratus VOS doesn't have sync(). Solution: Use fflush(). (Karli Aurelia)
author Bram Moolenaar <bram@vim.org>
date Fri, 27 Feb 2015 18:25:16 +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