rpcrt4/tests: Remove an unnecessary and confusing message.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Huw Davies 2016-09-01 14:15:49 +01:00 committed by Alexandre Julliard
parent c247a36eed
commit 225c43b812
1 changed files with 1 additions and 4 deletions

View File

@ -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