Commit 30c6ab46 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

winemac.drv: Silence ImeSetActiveContext fixme.

parent 684d023f
......@@ -648,7 +648,10 @@ BOOL WINAPI ImeSelect(HIMC hIMC, BOOL fSelect)
BOOL WINAPI ImeSetActiveContext(HIMC hIMC, BOOL fFlag)
{
FIXME("(%p, %x): stub\n", hIMC, 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