view src/VisVim/VisVim.def @ 28456:6353f897ac82

Added tag v8.2.4752 for changeset 8f4f16efeeb3790b38ffa5a69470030748d1cfe7
author Bram Moolenaar <Bram@vim.org>
date Fri, 15 Apr 2022 14:30: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