Commit 14ed8464 authored by Marcin Baczyński's avatar Marcin Baczyński Committed by Alexandre Julliard

msctf: Remove superfluous void* cast.

parent 0666c8e4
...@@ -351,7 +351,7 @@ HRESULT add_active_textservice(TF_LANGUAGEPROFILE *lp) ...@@ -351,7 +351,7 @@ HRESULT add_active_textservice(TF_LANGUAGEPROFILE *lp)
ActivatedTextService *actsvr; ActivatedTextService *actsvr;
ITfCategoryMgr *catmgr; ITfCategoryMgr *catmgr;
AtsEntry *entry; AtsEntry *entry;
ITfThreadMgr *tm = (ITfThreadMgr*)TlsGetValue(tlsIndex); ITfThreadMgr *tm = TlsGetValue(tlsIndex);
ITfClientId *clientid; ITfClientId *clientid;
if (!tm) return E_UNEXPECTED; if (!tm) return E_UNEXPECTED;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment