[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:
George Bișoc 2022-05-08 21:49:14 +02:00
parent 07227562c0
commit 081ffbeb4f
No known key found for this signature in database
GPG key ID: 688C4FBE25D7DEF6
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}

View file

@ -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");
}
/***********************************************************************