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)