6 Oct
2017
6 Oct
'17
11:12 a.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