j
k
j a
j l
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; }
BOOL WINAPI ImmReleaseContext(HWND hWnd, HIMC hIMC) {
FIXME("(%p, %p): stub\n", hWnd, hIMC);
shown = TRUE;
}
Hi, Tomasz.
What's a point of this change? (the rest of the diff seems to be whitespace changes only)
Show replies by date
wine-devel@winehq.org
Add to favorites Remove from favorites