view src/VisVim/VisVim.def @ 30157:ff2d85c28e76

Added tag v9.0.0414 for changeset d58331e0f14a16d6eff43deecc0580adafaafcd5
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Sep 2022 13: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