view src/VisVim/VisVim.def @ 26497:e117f6acafa4

Added tag v8.2.3778 for changeset 8861ece40b4bec64b8386bf4be974db71bf5d4b8
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Dec 2021 22:15:04 +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