mapi32/tests: Use BOOL type where appropriate.
This commit is contained in:
parent
6c140786e7
commit
55ddb4d997
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue