Commit 8824bc1e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winex11: Standardize a stub trace and add a trailing '\n'.

parent deee97d9
......@@ -651,7 +651,7 @@ BOOL WINAPI ImeSelect(HIMC hIMC, BOOL fSelect)
BOOL WINAPI ImeSetActiveContext(HIMC hIMC,BOOL fFlag)
{
FIXME("Stub");
FIXME("(%p, %x): stub\n", hIMC, fFlag);
return TRUE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment