Commit 0925a730 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

winex11.drv: Silence ImeSetActiveContext fixme.

parent 30c6ab46
......@@ -620,6 +620,9 @@ BOOL WINAPI ImeSelect(HIMC hIMC, BOOL fSelect)
BOOL WINAPI ImeSetActiveContext(HIMC hIMC,BOOL fFlag)
{
static int once;
if (!once++)
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