view src/VisVim/VisVim.def @ 11570:62504e4ce7ba

Added tag v8.0.0667 for changeset 7003f241b6c7098d67f4d2de7739ca8235583efa
author Christian Brabandt <cb@256bit.org>
date Sat, 24 Jun 2017 15:00:03 +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