mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:15:59 +00:00
/me slaps GCCLin.
svn path=/trunk/; revision=73530
This commit is contained in:
parent
aea802c64c
commit
ee9c290085
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue