view src/VisVim/VisVim.def @ 11320:cc5d3afd4d9a

Added tag v8.0.0545 for changeset 2dc624388934c15e501d19a6db94357fddafed33
author Christian Brabandt <cb@256bit.org>
date Fri, 07 Apr 2017 14:15:08 +0200
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