Mercurial > vim
view src/VisVim/VisVim.def @ 497:73f10d8124f4 v7.0136
updated for version 7.0136
author | vimboss |
---|---|
date | Wed, 24 Aug 2005 22:16:11 +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