=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: oleaut32/tests: Use BOOL instead of int when appropriate.

Alexandre Julliard julliard at winehq.org
Fri Jun 28 15:02:29 CDT 2013


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Thu Jun 27 20:48:16 2013 +0200

oleaut32/tests: Use BOOL instead of int when appropriate.

---

 dlls/oleaut32/tests/vartest.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/oleaut32/tests/vartest.c b/dlls/oleaut32/tests/vartest.c
index e516341..1ee3c4f 100644
--- a/dlls/oleaut32/tests/vartest.c
+++ b/dlls/oleaut32/tests/vartest.c
@@ -58,7 +58,7 @@ static WCHAR sz12_true[32];
   if (!p##func) { win_skip("function " # func " not available, not testing it\n"); return; }
 
 /* Has I8/UI8 data type? */
-static int has_i8 = 0;
+static BOOL has_i8;
 
 /* When comparing floating point values we cannot expect an exact match
  * because the rounding errors depend on the exact algorithm.




More information about the wine-cvs mailing list