view src/VisVim/VisVim.def @ 29959:9292c09d04da

Added tag v9.0.0317 for changeset 549994614a5a778396ac5ef0fdbbebd14747d230
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Aug 2022 14:45:05 +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