view src/VisVim/VisVim.def @ 6439:242e5cda6696

Added tag v7-4-549 for changeset 1fd9f1d43660
author Bram Moolenaar <bram@vim.org>
date Sat, 13 Dec 2014 21:00:56 +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