comctl32/tests: Fix a variable type in monthcal.c. Removes 19 -Wsign-compare warnings.

Michael Stefaniuc mstefani at redhat.de
Tue Mar 11 18:24:35 CDT 2008


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

diff --git a/dlls/comctl32/tests/monthcal.c b/dlls/comctl32/tests/monthcal.c
index c056ede..cd9592d 100644
--- a/dlls/comctl32/tests/monthcal.c
+++ b/dlls/comctl32/tests/monthcal.c
@@ -719,7 +719,7 @@ static void test_monthcal_unicode(HWND hwnd)
 static void test_monthcal_HitTest(HWND hwnd)
 {
     MCHITTESTINFO mchit;
-    int res;
+    UINT res;
     SYSTEMTIME st;
 
     memset(&mchit, 0, sizeof(MCHITTESTINFO));
@@ -911,7 +911,7 @@ static void test_monthcal_todaylink(HWND hwnd)
     MCHITTESTINFO mchit;
     SYSTEMTIME st_test, st_new;
     BOOL error = FALSE;
-    int res;
+    UINT res;
 
     memset(&mchit, 0, sizeof(MCHITTESTINFO));
 
-- 
1.5.4.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080312/fac3d5f3/attachment.pgp 


More information about the wine-patches mailing list