winex11: Standardize a stub trace and add a trailing '\n'.
This commit is contained in:
parent
deee97d9ea
commit
8824bc1ea4
|
@ -651,7 +651,7 @@ BOOL WINAPI ImeSelect(HIMC hIMC, BOOL fSelect)
|
||||||
|
|
||||||
BOOL WINAPI ImeSetActiveContext(HIMC hIMC,BOOL fFlag)
|
BOOL WINAPI ImeSetActiveContext(HIMC hIMC,BOOL fFlag)
|
||||||
{
|
{
|
||||||
FIXME("Stub");
|
FIXME("(%p, %x): stub\n", hIMC, fFlag);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue