view src/VisVim/VisVim.def @ 7942:5d117679edcd

Added tag v7.4.1266 for changeset 98644de08f1513a4c99381bd0c5b685fe4c8ec2f
author Christian Brabandt <cb@256bit.org>
date Sat, 06 Feb 2016 15:30: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