From: Hermès Bélusca-Maïto Date: Fri, 13 Jan 2017 00:20:50 +0000 (+0000) Subject: /me slaps GCCLin. X-Git-Tag: ReactOS-0.4.4-FOSDEM2017~8^2~69 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=ee9c290085f520d171562069fab8bcfc640bdc62 /me slaps GCCLin. svn path=/trunk/; revision=73530 --- 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 */