ok(connect==NULL,"InternetConnectA should have failed\n");
ok(GetLastError()==ERROR_INVALID_PARAMETER,"InternetConnectA with NULL server named should have failed with ERROR_INVALID_PARAMETER instead of %d\n",GetLastError());
ok(connect==NULL,"InternetConnectA should have failed\n");
ok(GetLastError()==ERROR_INVALID_PARAMETER,"InternetConnectA with blank server named should have failed with ERROR_INVALID_PARAMETER instead of %d\n",GetLastError());