view src/VisVim/VisVim.def @ 20710:24fa685e72e9

Added tag v8.2.0908 for changeset a2262c80a4e01dd4e4e5696fe8b3d7ca5c25a8d0
author Bram Moolenaar <Bram@vim.org>
date Fri, 05 Jun 2020 21:15: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