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

Francois Gouget fgouget at free.fr
Mon Feb 23 03:41:34 CST 2009


---
 dlls/rpcrt4/tests/rpc_async.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/rpcrt4/tests/rpc_async.c b/dlls/rpcrt4/tests/rpc_async.c
index 64f0daf..f82799c 100644
--- a/dlls/rpcrt4/tests/rpc_async.c
+++ b/dlls/rpcrt4/tests/rpc_async.c
@@ -85,7 +85,7 @@ START_TEST( rpc_async )
     pRpcAsyncGetCallStatus = (void *)GetProcAddress(hRpcRt4, "RpcAsyncGetCallStatus");
     if (!pRpcAsyncInitializeHandle || !pRpcAsyncGetCallStatus)
     {
-        skip("asynchronous functions not available\n");
+        win_skip("asynchronous functions not available\n");
         return;
     }
     test_RpcAsyncInitializeHandle();
-- 
1.5.6.5




More information about the wine-patches mailing list