Commit 55ddb4d9 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

mapi32/tests: Use BOOL type where appropriate.

parent 6c140786
...@@ -716,7 +716,7 @@ static void test_ScCountProps(void) ...@@ -716,7 +716,7 @@ static void test_ScCountProps(void)
GUID iids[4], *iid = iids; GUID iids[4], *iid = iids;
SCODE res; SCODE res;
ULONG pt, exp, ulRet; ULONG pt, exp, ulRet;
int success = 1; BOOL success = TRUE;
if (!pScCountProps) if (!pScCountProps)
{ {
......
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