Supposedly fix http test on Windows.
This commit is contained in:
parent
073329fa1b
commit
2d54019bbd
|
@ -175,7 +175,7 @@ void winapi_test(int flags)
|
|||
{
|
||||
|
||||
rc = InternetQueryDataAvailable(hor,&length,0x0,0x0);
|
||||
ok((rc != 0),"InternetQueryDataAvailable failed\n");
|
||||
ok(!(rc == 0 && length != 0),"InternetQueryDataAvailable failed\n");
|
||||
|
||||
if (length)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue