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