annotate src/VisVim/VisVim.def @ 5016:875a0aeb301c
v7.3.1252
updated for version 7.3.1252
Problem: Gvim does not find the toolbar bitmap files in ~/vimfiles/bitmaps
if the corresponding menu command contains additional characters
like the shortcut marker '&' or if you use a non-english locale.
Solution: Use menu->en_dname or menu->dname. (Martin Gieseking)
author |
Bram Moolenaar <bram@vim.org> |
date |
Thu, 27 Jun 2013 22:02:02 +0200 |
parents |
3fc0f57ecb91 |
children |
|
rev |
line source |
7
|
1 ; VisVim.def : Declares the module parameters for the DLL.
|
|
2
|
|
3 LIBRARY "VISVIM"
|
|
4 DESCRIPTION 'VISVIM Windows Dynamic Link Library'
|
|
5
|
|
6 EXPORTS
|
|
7 ; Explicit exports can go here
|
|
8 DllCanUnloadNow PRIVATE
|
|
9 DllGetClassObject PRIVATE
|
|
10 DllRegisterServer PRIVATE
|
|
11 DllUnregisterServer PRIVATE
|