Mercurial > vim
view src/VisVim/VisVim.def @ 555:a5efb97bc104
updated for version 7.0157
author | vimboss |
---|---|
date | Wed, 12 Oct 2005 20:58:49 +0000 |
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