mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 17:22:59 +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
|
@ -254,13 +254,3 @@ TFInitLib(FN_CoCreateInstance fnCoCreateInstance)
|
|||
_cicGetSetUserCoCreateInstance(fnCoCreateInstance);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/**
|
||||
* @unimplemented
|
||||
*/
|
||||
EXTERN_C
|
||||
VOID
|
||||
TFUninitLib(VOID)
|
||||
{
|
||||
//FIXME
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue