Francois Gouget : imm32/tests: Use win_skip() to skip over unimplemented functionality.
Module: wine Branch: master Commit: ca8a2da6c197466c049daa85451fc2c4792eefc4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ca8a2da6c197466c049daa8545... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Feb 24 00:03:16 2009 +0100 imm32/tests: Use win_skip() to skip over unimplemented functionality. --- dlls/imm32/tests/imm32.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/imm32/tests/imm32.c b/dlls/imm32/tests/imm32.c index 3329928..7e7f752 100644 --- a/dlls/imm32/tests/imm32.c +++ b/dlls/imm32/tests/imm32.c @@ -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);
participants (1)
-
Alexandre Julliard