view src/VisVim/VisVim.def @ 6942:758fe8fd4bae

Added tag v7-4-789 for changeset b63f09edb493
author Bram Moolenaar <bram@vim.org>
date Sun, 19 Jul 2015 14:42:23 +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