Supposedly fix http test on Windows.

This commit is contained in:
Jakob Eriksson 2004-10-28 21:01:04 +00:00 committed by Alexandre Julliard
parent 073329fa1b
commit 2d54019bbd
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{