[PATCH 3/4] msctf: Add TF_LangBarMgr Registration [Try 4]

Justin Chevrier jchevrier at gmail.com
Tue Feb 16 20:31:04 CST 2010


---
 dlls/msctf/regsvr.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/dlls/msctf/regsvr.c b/dlls/msctf/regsvr.c
index aa050ed..2af1f24 100644
--- a/dlls/msctf/regsvr.c
+++ b/dlls/msctf/regsvr.c
@@ -462,6 +462,13 @@ static struct regsvr_coclass const coclass_list[] = {
         "msctf.dll",
         "Apartment"
     },
+    {
+        &CLSID_TF_LangBarMgr,
+        "TF_LangBarMgr",
+        NULL,
+        "msctf.dll",
+        "Apartment"
+    },
     { NULL }			/* list terminator */
 };
 
-- 
1.6.5.rc1




More information about the wine-patches mailing list