Re: ImmReleaseContext only return true
6 Oct
2017
6 Oct
'17
4:19 p.m.
On 06.10.2017 18:55, r00t0 wrote:
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; }
Hi, Tomasz. What's a point of this change? (the rest of the diff seems to be whitespace changes only)
2992
Age (days ago)
2992
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov