view src/VisVim/VisVim.def @ 12731:ea9796ba34d1

Added tag v8.0.1243 for changeset 6fa9f6b4d159a5a7fd52618110becc045a15fffd
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Nov 2017 16:15: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