view src/VisVim/VisVim.def @ 15437:77349932500a

Added tag v8.1.0726 for changeset 29f3d59bb6f0bbc1f3e7a94a301eb46391c24636
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Jan 2019 21:00:07 +0100
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