imm32/tests: sign compare fix

Austin English austinenglish at gmail.com
Fri May 8 11:45:12 CDT 2009


-- 
-Austin
-------------- next part --------------
diff --git a/dlls/imm32/tests/imm32.c b/dlls/imm32/tests/imm32.c
index 7e7f752..1951242 100644
--- a/dlls/imm32/tests/imm32.c
+++ b/dlls/imm32/tests/imm32.c
@@ -90,7 +90,7 @@ static void msg_spy_flush_msgs(void) {
 }
 
 static CWPSTRUCT* msg_spy_find_msg(UINT message) {
-    int i;
+    UINT i;
 
     msg_spy_pump_msg_queue();
 


More information about the wine-patches mailing list