Commit 2d54019b authored by Jakob Eriksson's avatar Jakob Eriksson Committed by Alexandre Julliard

Supposedly fix http test on Windows.

parent 073329fa
...@@ -175,7 +175,7 @@ void winapi_test(int flags) ...@@ -175,7 +175,7 @@ void winapi_test(int flags)
{ {
rc = InternetQueryDataAvailable(hor,&length,0x0,0x0); rc = InternetQueryDataAvailable(hor,&length,0x0,0x0);
ok((rc != 0),"InternetQueryDataAvailable failed\n"); ok(!(rc == 0 && length != 0),"InternetQueryDataAvailable failed\n");
if (length) if (length)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment