mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 21:27:31 +00:00
Change a FIXME message to a comment.
This commit is contained in:
parent
592a81ab22
commit
e607684604
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user