shlwapi: Fix the declaration of UrlIsFileUrlW().

Francois Gouget fgouget at codeweavers.com
Mon Sep 24 06:05:30 CDT 2012


---
 include/shlwapi.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/shlwapi.h b/include/shlwapi.h
index 2ebcdc9..cbfaabe 100644
--- a/include/shlwapi.h
+++ b/include/shlwapi.h
@@ -701,7 +701,7 @@ BOOL    WINAPI UrlIsOpaqueW(LPCWSTR);
 #define UrlIsOpaque WINELIB_NAME_AW(UrlIsOpaque)
 
 #define UrlIsFileUrlA(x) UrlIsA(x, URLIS_FILEURL)
-#define UrlIsFileUrlW(y) UrlIsW(x, URLIS_FILEURL)
+#define UrlIsFileUrlW(x) UrlIsW(x, URLIS_FILEURL)
 #define UrlIsFileUrl WINELIB_NAME_AW(UrlIsFileUrl)
 
 HRESULT WINAPI UrlUnescapeA(LPSTR,LPSTR,LPDWORD,DWORD);
-- 
1.7.10.4




More information about the wine-patches mailing list