wininet: Get rid of rc variable in InternetReadFile_test.
commitdbd1800ab2ce516ddb1f06a407f7695f702f6b28
authorRob Shearman <robertshearman@gmail.com>
Tue, 7 Oct 2008 14:39:46 +0000 (7 15:39 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 8 Oct 2008 10:17:05 +0000 (8 12:17 +0200)
tree6bed09d73c757d80c063e4a6717c7dc5aa4c528a
parent0c75ead3e8123841b358cea7822dc128b2e4fc36
wininet: Get rid of rc variable in InternetReadFile_test.

All of the tested functions return BOOLs, not DWORDs so use res instead of rc.
dlls/wininet/tests/http.c