Module: wine Branch: master Commit: 55ddb4d997495b4f2e7c8201d33b1a6ae2046177 URL: http://source.winehq.org/git/wine.git/?a=commit;h=55ddb4d997495b4f2e7c8201d3...
Author: Frédéric Delanoy frederic.delanoy@gmail.com Date: Thu Nov 14 02:19:19 2013 +0100
mapi32/tests: Use BOOL type where appropriate.
---
dlls/mapi32/tests/prop.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mapi32/tests/prop.c b/dlls/mapi32/tests/prop.c index da0a461..a26f003 100644 --- a/dlls/mapi32/tests/prop.c +++ b/dlls/mapi32/tests/prop.c @@ -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) {