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.