Re: shlwapi/tests: Add tests for PathIsRelativeA/W.
July 1, 2014
12: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
4285
Age (days ago)
4285
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard