mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00: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:
parent
07227562c0
commit
081ffbeb4f
2 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
|
Loading…
Reference in a new issue