mirror of
https://github.com/reactos/reactos.git
synced 2025-06-15 13:28:32 +00:00
[CTFMON][MSCTFIME][MSCTF][MSUTB][CICERO] Fix TFUninitLib (#6504)
Supporting the Language bar... JIRA issue: CORE-19363 - Delete TFInitLib and TFUninitLib calls from ctfmon.exe. - Delete TFUninitLib from Cicero library. - Implement InitDisplayAttrbuteLib in msctfime.ime. - Improve CIC_LIBTHREAD structure.
This commit is contained in:
parent
6f91b6c0fe
commit
6bc40d36f8
6 changed files with 87 additions and 25 deletions
|
@ -519,6 +519,11 @@ VOID InitCUASFlag(VOID)
|
|||
}
|
||||
}
|
||||
|
||||
EXTERN_C VOID TFUninitLib(VOID)
|
||||
{
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
/**
|
||||
* @unimplemented
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue