view src/VisVim/VisVim.def @ 4642:539429c5fda2

Added tag v7-3-1068 for changeset 59e6c2bd68e3
author Bram Moolenaar <bram@vim.org>
date Thu, 30 May 2013 13:37:28 +0200
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