[2/3] user32/tests: Add test for EM_GETIMESTATUS and EM_SETIMESTATUS.

Nikolay Sivov bunglehead at gmail.com
Fri Jan 15 07:28:13 CST 2010


On 1/15/2010 16:22, Kusanagi Kouichi wrote:
> +
> +    imc = ImmGetContext(hwEdit);
> +    if (!imc)
> +    {
> +	trace("ImmGetContext failed.\n");
> +	DestroyWindow(hwEdit);
> +	return;
> +    }
> +
>    
Hi.

A minor correction needed here - should be win_skip(), not just trace() 
with something like "not implemented", not just failed.



More information about the wine-devel mailing list