msctf: Add TF_LangBarMgr registration.
This commit is contained in:
parent
fd196329e5
commit
b6da823354
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue