ImmReleaseContext only return true

Nikolay Sivov bunglehead at gmail.com
Fri Oct 6 11:19:18 CDT 2017


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)



More information about the wine-devel mailing list