view src/VisVim/VisVim.def @ 8327:a475e36a18e6

Added tag v7.4.1455 for changeset bec1dcfaa8be40ff20ff8e8e5926c5b0cecbe182
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Feb 2016 20: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