view src/VisVim/VisVim.def @ 5531:6db758f82227 v7.4.114

updated for version 7.4.114 Problem: New GNU make outputs messages about changing directory in another format. Solution: Recognize the new format.
author Bram Moolenaar <bram@vim.org>
date Wed, 11 Dec 2013 12:22:58 +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