view src/VisVim/VisVim.def @ 7727:53cfb3cd064b

Added tag v7.4.1161 for changeset f6311c32141189ce9cdd1d6abff7a8bd59cfe9ff
author Christian Brabandt <cb@256bit.org>
date Sat, 23 Jan 2016 23:15:05 +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