Re: [2/3] user32/tests: Add test for EM_GETIMESTATUS and EM_SETIMESTATUS.
15 Jan
2010
15 Jan
'10
1:28 p.m.
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.
5901
Age (days ago)
5901
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov