Commit 225c43b8 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

rpcrt4/tests: Remove an unnecessary and confusing message.

parent c247a36e
......@@ -431,13 +431,10 @@ static void test_I_RpcMapWin32Status(void)
RPC_STATUS rpc_status;
BOOL w2k3_up = FALSE;
/* Windows 2003 and Vista return STATUS_UNSUCCESSFUL if given an unknown status */
/* Windows 2003 and above return STATUS_UNSUCCESSFUL if given an unknown status */
win32status = I_RpcMapWin32Status(9999);
if (win32status == STATUS_UNSUCCESSFUL)
{
trace("We are on Windows 2003 or Vista\n");
w2k3_up = TRUE;
}
/* On Windows XP-SP1 and below some statuses are not mapped and return
* the given status
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment