view src/VisVim/VisVim.def @ 2438:9614fe67034c vim73

Fix test 72 not setting encryption method. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Fri, 30 Jul 2010 21:49:07 +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