Use trace() instead of printf().
This commit is contained in:
parent
ad1fbf2e5a
commit
d8c5f2bd4b
|
@ -239,7 +239,7 @@ void InternetOpenUrlA_test(void)
|
|||
totalbytes += readbytes;
|
||||
while (readbytes && InternetReadFile(myhttp, buffer,0x400,&readbytes))
|
||||
totalbytes += readbytes;
|
||||
printf("read 0x%08lx bytes\n",totalbytes);
|
||||
trace("read 0x%08lx bytes\n",totalbytes);
|
||||
}
|
||||
|
||||
void InternetCrackUrl_test(void)
|
||||
|
|
Loading…
Reference in New Issue