ImmReleaseContext only return true

Fabian Maurer dark.shadow4 at web.de
Fri Oct 6 11:12:18 CDT 2017


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



More information about the wine-devel mailing list