mapi32/tests: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-11-14 02:19:19 +01:00 committed by Alexandre Julliard
parent 6c140786e7
commit 55ddb4d997

View file

@ -716,7 +716,7 @@ static void test_ScCountProps(void)
GUID iids[4], *iid = iids;
SCODE res;
ULONG pt, exp, ulRet;
int success = 1;
BOOL success = TRUE;
if (!pScCountProps)
{