hlink/tests: sign compare fix

Austin English austinenglish at gmail.com
Fri May 8 11:44:57 CDT 2009


-- 
-Austin
-------------- next part --------------
diff --git a/dlls/hlink/tests/hlink.c b/dlls/hlink/tests/hlink.c
index 5e07359..6981942 100644
--- a/dlls/hlink/tests/hlink.c
+++ b/dlls/hlink/tests/hlink.c
@@ -80,7 +80,7 @@ static const char *debugstr_guid(REFIID riid)
 
 static void test_HlinkIsShortcut(void)
 {
-    int i;
+    UINT i;
     HRESULT hres;
 
     static const WCHAR file0[] = {'f','i','l','e',0};


More information about the wine-patches mailing list