mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 08:52:57 +00:00
[MSCTF][SDK] Implement multi-language handling (#6587)
Implementing the back-end of the Language bar... JIRA issue: CORE-19361 - Add mlng.cpp and mlng.h. - Modify msctf.spec. - Implement MLNGINFO structure and CStaticIconList class. - Implement TF_InitMlngInfo, TF_MlngInfoCount, TF_InatExtractIcon, TF_GetMlngIconIndex, and TF_GetMlngHKL functions.
This commit is contained in:
parent
efa86fff9f
commit
e25d7d724d
7 changed files with 679 additions and 7 deletions
|
@ -697,6 +697,7 @@ HRESULT WINAPI TF_CreateLangBarItemMgr(ITfLangBarItemMgr **pplbim)
|
|||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
#ifndef __REACTOS__ /* See mlng.cpp */
|
||||
/***********************************************************************
|
||||
* TF_InitMlngInfo (MSCTF.@)
|
||||
*/
|
||||
|
@ -705,3 +706,4 @@ HRESULT WINAPI TF_InitMlngInfo(void)
|
|||
FIXME("stub\n");
|
||||
return S_OK;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue