mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
Make GCC happy.
svn path=/trunk/; revision=73528
This commit is contained in:
@@ -25,7 +25,7 @@ static BOOL (WINAPI *pPathIsUNC)(PCWSTR);
|
||||
#define CALL_ISUNC(exp, str) \
|
||||
do { \
|
||||
BOOL ret = pPathIsUNC((str)); \
|
||||
ok(ret == (exp), "Expected %S to be %d, was %d\n", (str), (exp), ret); \
|
||||
ok(ret == (exp), "Expected %ls to be %d, was %d\n", (str), (exp), ret); \
|
||||
} while (0)
|
||||
|
||||
START_TEST(isuncpath)
|
||||
|
||||
Reference in New Issue
Block a user