Commit 02f5ebd0 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

dwrite/tests: Use BOOL type where appropriate.

parent 78b2fd83
...@@ -59,7 +59,7 @@ struct call_entry { ...@@ -59,7 +59,7 @@ struct call_entry {
struct testcontext { struct testcontext {
enum analysis_kind kind; enum analysis_kind kind;
int todo; BOOL todo;
int *failcount; int *failcount;
const char *file; const char *file;
int line; int line;
...@@ -138,7 +138,7 @@ static void test_uint(UINT32 actual, UINT32 expected, const char *name, const st ...@@ -138,7 +138,7 @@ static void test_uint(UINT32 actual, UINT32 expected, const char *name, const st
} }
static void ok_sequence_(struct call_sequence **seq, int sequence_index, static void ok_sequence_(struct call_sequence **seq, int sequence_index,
const struct call_entry *expected, const char *context, int todo, const struct call_entry *expected, const char *context, BOOL todo,
const char *file, int line) const char *file, int line)
{ {
struct call_sequence *call_seq = seq[sequence_index]; struct call_sequence *call_seq = seq[sequence_index];
......
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