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