view src/GvimExt/gvimext.def @ 9177:ee0564e3257d v7.4.1872

commit https://github.com/vim/vim/commit/c4bc0e6542185b659d2a165b635f9561549071ea Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 2 13:54:49 2016 +0200 patch 7.4.1872 Problem: Still build problem with old version of Perl. Solution: Also define SvREFCNT_inc_void_NN if needed. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Jun 2016 14:00:08 +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