view src/VisVim/VisVim.def @ 17911:6ec211f84436

Added tag v8.1.1951 for changeset f084f846442a9f81393e74894fd6aebd8b2e83e8
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Aug 2019 18:00:04 +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