view src/VisVim/VisVim.def @ 6512:f2978794e801 v7.4.583

updated for version 7.4.583 Problem: With tiny features test 16 may fail. Solution: Source small.vim. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 20 Jan 2015 12:14:01 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

; VisVim.def : Declares the module parameters for the DLL.

LIBRARY      "VISVIM"
DESCRIPTION  'VISVIM Windows Dynamic Link Library'

EXPORTS
    ; Explicit exports can go here
	DllCanUnloadNow PRIVATE
	DllGetClassObject PRIVATE
	DllRegisterServer PRIVATE
	DllUnregisterServer PRIVATE