view src/VisVim/VisVim.def @ 7158:43ac8dc380c7 v7.4.890

commit https://github.com/vim/vim/commit/094454fa708d3297db744f095cd2b7b155a8b6ad Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 7 10:39:55 2015 +0200 patch 7.4.890 Problem: Build failure when using dynamic python but not python3. Solution: Adjust the #if to also include DYNAMIC_PYTHON3 and UNIX.
author Christian Brabandt <cb@256bit.org>
date Wed, 07 Oct 2015 10: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