mirror of
https://github.com/reactos/reactos.git
synced 2025-06-13 13:48:40 +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
|
@ -194,9 +194,6 @@ InitApp(
|
|||
g_bOnWow64 = cicIsWow64(); // Is the current process on WoW64?
|
||||
cicGetOSInfo(&g_uACP, &g_dwOsInfo); // Get OS info
|
||||
|
||||
// Initialize Cicero
|
||||
TFInitLib();
|
||||
|
||||
// Create a mutex for Cicero
|
||||
g_hCicMutex = TF_CreateCicLoadMutex(&g_fWinLogon);
|
||||
if (!g_hCicMutex)
|
||||
|
@ -251,9 +248,6 @@ UninitApp(VOID)
|
|||
// Close Tipbar Popup
|
||||
ClosePopupTipbar();
|
||||
|
||||
// Release Cicero
|
||||
TFUninitLib();
|
||||
|
||||
// Close the mutex
|
||||
::CloseHandle(g_hCicMutex);
|
||||
g_hCicMutex = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue