Re: ImmReleaseContext only return true
6 Oct
2017
6 Oct
'17
4:12 p.m.
You seem to have a lot of unrelated white-space changes.
BOOL WINAPI ImmReleaseContext(HWND hWnd, HIMC hIMC) { - static BOOL shown = FALSE; - - if (!shown) { - FIXME("(%p, %p): stub\n", hWnd, hIMC); - shown = TRUE; - } - return TRUE; + TRACE("(%p, %p): stub\n", hWnd, hIMC); + return TRUE; }
What's the point behind this change? Regards, Fabian Maurer
2992
Age (days ago)
2992
Last active (days ago)
0 comments
1 participants
participants (1)
-
Fabian Maurer