Andrew Nguyen : shlwapi: The third parameter of UrlCombineA/ W is an output parameter.

Alexandre Julliard julliard at winehq.org
Thu Dec 3 10:29:53 CST 2009


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

Author: Andrew Nguyen <arethusa26 at gmail.com>
Date:   Thu Dec  3 03:20:08 2009 -0600

shlwapi: The third parameter of UrlCombineA/W is an output parameter.

---

 dlls/shlwapi/shlwapi.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shlwapi/shlwapi.spec b/dlls/shlwapi/shlwapi.spec
index 1a79174..a8e7428 100644
--- a/dlls/shlwapi/shlwapi.spec
+++ b/dlls/shlwapi/shlwapi.spec
@@ -810,8 +810,8 @@
 @ stdcall UrlApplySchemeW(wstr ptr ptr long)
 @ stdcall UrlCanonicalizeA(str ptr ptr long)
 @ stdcall UrlCanonicalizeW(wstr ptr ptr long)
-@ stdcall UrlCombineA(str str str ptr long)
-@ stdcall UrlCombineW(wstr wstr wstr ptr long)
+@ stdcall UrlCombineA(str str ptr ptr long)
+@ stdcall UrlCombineW(wstr wstr ptr ptr long)
 @ stdcall UrlCompareA(str str long)
 @ stdcall UrlCompareW(wstr wstr long)
 @ stdcall UrlCreateFromPathA(str ptr ptr long)




More information about the wine-cvs mailing list