view src/VisVim/VisVim.def @ 12799:a27dc6d11c0a

Added tag v8.0.1276 for changeset 5ae0d05e046a19f6ba685657241333c19ecf74af
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Nov 2017 13:30:06 +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