Commit dc0cf831 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

oleaut32/tests: Use BOOL instead of int when appropriate.

parent cbe41318
...@@ -58,7 +58,7 @@ static WCHAR sz12_true[32]; ...@@ -58,7 +58,7 @@ static WCHAR sz12_true[32];
if (!p##func) { win_skip("function " # func " not available, not testing it\n"); return; } if (!p##func) { win_skip("function " # func " not available, not testing it\n"); return; }
/* Has I8/UI8 data type? */ /* 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 /* When comparing floating point values we cannot expect an exact match
* because the rounding errors depend on the exact algorithm. * because the rounding errors depend on the exact algorithm.
......
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