comctl32/tests: Use BOOL type where appropriate (try 3)

Frédéric Delanoy frederic.delanoy at gmail.com
Tue Mar 4 01:19:23 CST 2014


---
 dlls/comctl32/tests/toolbar.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/comctl32/tests/toolbar.c b/dlls/comctl32/tests/toolbar.c
index 29c80fb..65150e1 100644
--- a/dlls/comctl32/tests/toolbar.c
+++ b/dlls/comctl32/tests/toolbar.c
@@ -42,8 +42,8 @@ static struct msg_sequence *sequences[NUM_MSG_SEQUENCES];
 static HWND hMainWnd;
 static BOOL g_fBlockHotItemChange;
 static BOOL g_fReceivedHotItemChange;
-static BOOL g_fExpectedHotItemOld;
-static BOOL g_fExpectedHotItemNew;
+static int  g_fExpectedHotItemOld;
+static int  g_fExpectedHotItemNew;
 static DWORD g_dwExpectedDispInfoMask;
 static BOOL g_ResetDispTextPtr;
 
-- 
1.9.0




More information about the wine-patches mailing list