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

This commit is contained in:
André Hentschel 2013-06-27 20:48:16 +02:00 committed by Alexandre Julliard
parent cbe413187a
commit dc0cf8319c
1 changed files with 1 additions and 1 deletions

View File

@ -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.