view src/VisVim/VisVim.def @ 18661:13331e05a1c8

Added tag v8.1.2322 for changeset 4d2a88cc582130cf347471417e36c1585dcf07b5
author Bram Moolenaar <Bram@vim.org>
date Tue, 19 Nov 2019 22:45:05 +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