=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: urlmon/tests: Use BOOL type where appropriate.

Alexandre Julliard julliard at winehq.org
Thu Oct 10 13:26:51 CDT 2013


Module: wine
Branch: master
Commit: 742c2563e5c6797d4718715ec3e8b2046a2fbb9f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=742c2563e5c6797d4718715ec3e8b2046a2fbb9f

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Wed Oct  9 22:36:44 2013 +0200

urlmon/tests: Use BOOL type where appropriate.

---

 dlls/urlmon/tests/url.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/urlmon/tests/url.c b/dlls/urlmon/tests/url.c
index 6c34f62..fcc4be6 100644
--- a/dlls/urlmon/tests/url.c
+++ b/dlls/urlmon/tests/url.c
@@ -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;
 




More information about the wine-cvs mailing list