Re: shlwapi/tests: Add tests for PathIsRelativeA/W.
1 Jul
2014
1 Jul
'14
5:53 p.m.
Zhenbo Li <litimetal(a)gmail.com> writes:
+void test_PathIsRelativeA(void) +{ + BOOL ret; + int i, num; + static const char *flag[2] = {"FALSE", "TRUE"};
This is not a good idea. There's no guarantee that the return value is always 0 or 1. -- Alexandre Julliard julliard(a)winehq.org
4272
Age (days ago)
4272
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard