23 Dec
2004
23 Dec
'04
4:13 p.m.
Aren't arguments always evaluated left to right? Rein Klazes wrote:
Hi,
82 cases, most a variation of:
ok( !Foo(), "Foo failed, error %ld\n", GetLastError());
Changelog: dlls/kernel/tests : change.c, file.c, process.c, thread.c, time.c dlls/user/tests : clipboard.c, msg.c, text.c win.c
Correct cases where arguments of ok() calls depend on the order in which they are evaluated.