view src/GvimExt/gvimext.def @ 3670:928e7cef8836 v7.3.595

updated for version 7.3.595 Problem: The X command server responds slowly Solution: Change the loop that waits for replies. (Brian Burns)
author Bram Moolenaar <bram@vim.org>
date Tue, 10 Jul 2012 14:56:45 +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