imm32/tests: Use win_skip() to skip over unimplemented functionality.

This commit is contained in:
Francois Gouget 2009-02-24 00:03:16 +01:00 committed by Alexandre Julliard
parent 41360cc161
commit ca8a2da6c1
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ static int init(void) {
imc = ImmGetContext(hwnd);
if (!imc)
{
skip("IME support not implemented\n");
win_skip("IME support not implemented\n");
return 0;
}
ImmReleaseContext(hwnd, imc);