Commit 10197d31 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

atl/tests: Use BOOL type where appropriate.

parent e6107130
......@@ -114,7 +114,7 @@ static void test_registrar(void)
hr = IRegistrar_StringRegister(registrar, textW);
if (FAILED(hr))
{
int is_limited = is_process_limited();
BOOL is_limited = is_process_limited();
ok(hr == DISP_E_EXCEPTION && is_limited,
"IRegistrar_StringRegister failed, hr = 0x%08X, is_limited=%d\n", hr, is_limited);
skip("Skipping registrar tests\n");
......
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