view src/VisVim/VisVim.def @ 7388:7f2a10970d7d

Added tag v7.4.998 for changeset 702f694c9396329f25472103a9db86c162937ae2
author Christian Brabandt <cb@256bit.org>
date Tue, 29 Dec 2015 21:45:04 +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