Commit e6076846 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Change a FIXME message to a comment.

parent 592a81ab
...@@ -980,9 +980,9 @@ HKL WINAPI ImmInstallIMEW( ...@@ -980,9 +980,9 @@ HKL WINAPI ImmInstallIMEW(
*/ */
BOOL WINAPI ImmIsIME(HKL hKL) BOOL WINAPI ImmIsIME(HKL hKL)
{ {
FIXME("(%p): semi-stub\n", hKL); TRACE("(%p): semi-stub\n", hKL);
/* /*
* Dead key locales will return TRUE here when they should not * FIXME: Dead key locales will return TRUE here when they should not
* There is probably a more proper way to check this. * There is probably a more proper way to check this.
*/ */
return (root_context != NULL); return (root_context != NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment