Francois Gouget : shlwapi: Fix the declaration of UrlIsFileUrlW().

Alexandre Julliard julliard at winehq.org
Mon Sep 24 16:04:28 CDT 2012


Module: wine
Branch: master
Commit: 340dee86f0ee6bd3c9029c1e950c8cd2fb2fc472
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=340dee86f0ee6bd3c9029c1e950c8cd2fb2fc472

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Sep 24 13:05:30 2012 +0200

shlwapi: Fix the declaration of UrlIsFileUrlW().

---

 include/shlwapi.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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);




More information about the wine-cvs mailing list