wine.inf: Add inkobj.dll to autoregister dlls list

John Klehm xixsimplicityxix at gmail.com
Fri Aug 24 03:04:57 CDT 2007


Inkobj.dll is registered on windows xp tablet pc edition by default.
This patch does the deed on wine.

-John Klehm
-------------- next part --------------
From 23517fdf7b46d4bf61267a92a21d29d42e1a18b6 Mon Sep 17 00:00:00 2001
From: John Klehm <xixsimplicityxix at gmail.com>
Date: Thu, 23 Aug 2007 22:28:22 -0500
Subject: wine.inf: Add inkobj.dll to the list of autoregistered dlls

---
 tools/wine.inf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/wine.inf b/tools/wine.inf
index a766b3d..31f0014 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -2149,6 +2149,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
 11,,hhctrl.ocx,1
 11,,hlink.dll,1
 11,,infosoft.dll,1
+11,,inkobj.dll,1
 11,,inseng.dll,1
 11,,itss.dll,1
 11,,mlang.dll,1
-- 
1.5.1.6



More information about the wine-patches mailing list