oleaut32/tests: Use bool instead of int when appropriate (try 2)

André Hentschel nerv at dawncrow.de
Thu Jun 27 13:48:16 CDT 2013


---
 dlls/oleaut32/tests/vartest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/oleaut32/tests/vartest.c b/dlls/oleaut32/tests/vartest.c
index e516341..1ee3c4f 100644
--- a/dlls/oleaut32/tests/vartest.c
+++ b/dlls/oleaut32/tests/vartest.c
@@ -58,7 +58,7 @@ static WCHAR sz12_true[32];
   if (!p##func) { win_skip("function " # func " not available, not testing it\n"); return; }
 
 /* Has I8/UI8 data type? */
-static int has_i8 = 0;
+static BOOL has_i8;
 
 /* When comparing floating point values we cannot expect an exact match
  * because the rounding errors depend on the exact algorithm.
-- 
1.8.1.2



More information about the wine-patches mailing list