mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[IMM32] Silence two debug prints
These two debug prints are spammy as fuck and it makes shit harder to debug ReactOS, apart that these prints barely serve any purpose.
This commit is contained in:
@@ -41,7 +41,7 @@ HRESULT APIENTRY CtfImmTIMDestroyInputContext(HIMC hIMC)
|
||||
// Win: CtfImmTIMCreateInputContext
|
||||
HRESULT APIENTRY CtfImmTIMCreateInputContext(HIMC hIMC)
|
||||
{
|
||||
FIXME("(%p)\n", hIMC);
|
||||
TRACE("(%p)\n", hIMC);
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
|
||||
@@ -491,7 +491,7 @@ BOOL WINAPI ImmActivateLayout(HKL hKL)
|
||||
|
||||
static VOID APIENTRY Imm32CiceroSetActiveContext(HIMC hIMC, BOOL fActive, HWND hWnd, HKL hKL)
|
||||
{
|
||||
FIXME("We have to do something\n");
|
||||
TRACE("We have to do something\n");
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
||||
Reference in New Issue
Block a user