view src/VisVim/VisVim.def @ 21948:73cc8556f84a

Added tag v8.2.1523 for changeset 12952b240ec8dd191d45ad2ab6ab01623c06fbd7
author Bram Moolenaar <Bram@vim.org>
date Tue, 25 Aug 2020 21:30:08 +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