Commit 742c2563 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

urlmon/tests: Use BOOL type where appropriate.

parent 58739825
......@@ -1126,7 +1126,7 @@ static HRESULT WINAPI Protocol_Read(IInternetProtocol *iface, void *pv,
}
if(test_protocol == HTTP_TEST || test_protocol == HTTPS_TEST || test_protocol == WINETEST_TEST) {
static int pending = TRUE;
static BOOL pending = TRUE;
pending = !pending;
......
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