Module: wine Branch: master Commit: 225c43b8124aaeb4c2e307379ab98036db1a38b3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=225c43b8124aaeb4c2e307379a...
Author: Huw Davies huw@codeweavers.com Date: Thu Sep 1 14:15:49 2016 +0100
rpcrt4/tests: Remove an unnecessary and confusing message.
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/rpcrt4/tests/rpc.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dlls/rpcrt4/tests/rpc.c b/dlls/rpcrt4/tests/rpc.c index d260827..23b9e36 100644 --- a/dlls/rpcrt4/tests/rpc.c +++ b/dlls/rpcrt4/tests/rpc.c @@ -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