view src/VisVim/VisVim.def @ 2485:5edcd4ef88df vim73

Small changes to the test files. (John Beckett)
author Bram Moolenaar <bram@vim.org>
date Wed, 04 Aug 2010 16:10:19 +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