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

Francois Gouget fgouget at free.fr
Mon Feb 23 17:03:16 CST 2009


---
 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);
-- 
1.5.6.5




More information about the wine-patches mailing list