view src/VisVim/VisVim.def @ 1070:32c1b275ba64 v7.0.196

updated for version 7.0-196
author vimboss
date Mon, 19 Feb 2007 23:14:18 +0000
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