Author: hbelusca
Date: Fri Jan 13 00:20:50 2017
New Revision: 73530
URL:
http://svn.reactos.org/svn/reactos?rev=73530&view=rev
Log:
/me slaps GCCLin.
Modified:
trunk/rostests/apitests/shlwapi/PathIsUNC.c
Modified: trunk/rostests/apitests/shlwapi/PathIsUNC.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/shlwapi/PathIsUN…
==============================================================================
--- trunk/rostests/apitests/shlwapi/PathIsUNC.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/shlwapi/PathIsUNC.c [iso-8859-1] Fri Jan 13 00:20:50 2017
@@ -60,7 +60,7 @@
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 */