Commit 45eff32a authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

imm32/tests: Use BOOL type where appropriate.

parent 423d6619
......@@ -797,7 +797,8 @@ static void test_ImmGetIMCLockCount(void)
static void test_ImmGetIMCCLockCount(void)
{
HIMCC imcc;
DWORD count, g_count, ret, i;
DWORD count, g_count, i;
BOOL ret;
VOID *p;
imcc = ImmCreateIMCC(sizeof(CANDIDATEINFO));
......
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