view src/VisVim/VisVim.def @ 10989:57eb126716f5

Added tag v8.0.0383 for changeset b5de553d6062e7187b192f58e2d5a668dfb68aa8
author Christian Brabandt <cb@256bit.org>
date Mon, 27 Feb 2017 21: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