From ee9c290085f520d171562069fab8bcfc640bdc62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Fri, 13 Jan 2017 00:20:50 +0000 Subject: [PATCH] /me slaps GCCLin. svn path=/trunk/; revision=73530 --- rostests/apitests/shlwapi/PathIsUNC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/apitests/shlwapi/PathIsUNC.c b/rostests/apitests/shlwapi/PathIsUNC.c index 5f10276312b..7f609849c7c 100644 --- a/rostests/apitests/shlwapi/PathIsUNC.c +++ b/rostests/apitests/shlwapi/PathIsUNC.c @@ -60,7 +60,7 @@ START_TEST(isuncpath) CALL_ISUNC(FALSE, L"reactos//path3//path4"); CALL_ISUNC(TRUE, L"\\\\reactos\\?"); CALL_ISUNC(TRUE, L"\\\\reactos\\\\"); - CALL_ISUNC(FALSE, NULL); + CALL_ISUNC(FALSE, (wchar_t*)NULL); CALL_ISUNC(FALSE, L" "); /* The test shows TRUE on Windows 2003, but returns FALSE on Windows 7 */ -- 2.17.1