Re: kernel32/tests: use ret in load_blackbox()
22 May
2010
22 May
'10
8:15 a.m.
Austin English <austinenglish(a)gmail.com> wrote:
ret=ReadFile(hFile, blackbox, size, &read, NULL); + ok(ret, "ReadFile failed: %08x\n", GetLastError());
Printing last error without prior setting it to 0xdeadfeef won't really help. Also errors returned by GetLastError() are defined in decimal in winerror.h. -- Dmitry.
5773
Age (days ago)
5773
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov