view src/GvimExt/gvimext.inf @ 9025:0bc1d66dfa2f v7.4.1798

commit https://github.com/vim/vim/commit/bb82762907ba024717ad9af3b229c2fa6405cd36 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 29 22:33:27 2016 +0200 patch 7.4.1798 Problem: Still compiler warning for unused return value. (Charles Campbell) Solution: Assign to ignoredp.
author Christian Brabandt <cb@256bit.org>
date Fri, 29 Apr 2016 22:45:06 +0200
parents 4e2284e71352
children
line wrap: on
line source

[Version]
Signature="$Windows NT$""
Provider="Tianmiao"

[Manufacture]

[DefaultInstall]
AddReg=ThisDll.Add.Reg

[DefaultUninstall]
DelReg=ThisDLL.Add.Reg

[ThisDll.Add.Reg]
HKCR,CLSID\{51EEE242-AD87-11d3-9C1E-0090278BBD99}
HKCR,CLSID\{51EEE242-AD87-11d3-9C1E-0090278BBD99}\InProcServer32
HKCR,*\shellex\ContextMenuHandlers\gvim
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{51EEE242-AD87-11d3-9C1E-0090278BBD99}
HKLM,Software\Vim\Gvim
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 6.0"

[Strings]
ThisDll="gvimext.dll"