view src/GvimExt/gvimext.def @ 5668:b1b8b097539a v7.4.180

updated for version 7.4.180 Problem: Older Python versions don't support %ld. Solution: Use %d instead. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Sat, 15 Feb 2014 15:59:03 +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