Change a FIXME message to a comment.

This commit is contained in:
Mike McCormack 2005-11-02 19:57:13 +00:00 committed by Alexandre Julliard
parent 592a81ab22
commit e607684604
1 changed files with 2 additions and 2 deletions

View File

@ -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);