=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: mapi32/tests: Use BOOL type where appropriate.

Alexandre Julliard julliard at winehq.org
Thu Nov 14 13:57:09 CST 2013


Module: wine
Branch: master
Commit: 55ddb4d997495b4f2e7c8201d33b1a6ae2046177
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=55ddb4d997495b4f2e7c8201d33b1a6ae2046177

Author: Frédéric Delanoy <frederic.delanoy at 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)
     {




More information about the wine-cvs mailing list