/me slaps GCCLin.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 13 Jan 2017 00:20:50 +0000 (00:20 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 13 Jan 2017 00:20:50 +0000 (00:20 +0000)
svn path=/trunk/; revision=73530

rostests/apitests/shlwapi/PathIsUNC.c

index 5f10276..7f60984 100644 (file)
@@ -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, 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 */
     CALL_ISUNC(FALSE, L" ");
 
     /* The test shows TRUE on Windows 2003, but returns FALSE on Windows 7 */