Skip to content
Snippets Groups Projects
Commit e6076846 authored by Michael McCormack's avatar Michael McCormack Committed by Alexandre Julliard
Browse files

Change a FIXME message to a comment.

parent 592a81ab
No related branches found
No related tags found
No related merge requests found
......@@ -980,9 +980,9 @@ HKL WINAPI ImmInstallIMEW(
*/
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.
*/
return (root_context != NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment