Dmitry Timoshkov dmitry@codeweavers.com writes:
@@ -1,18 +1,18 @@ -1 stdcall -noname ParseURLA(str ptr) -2 stdcall -noname ParseURLW(wstr ptr) +1 stdcall ParseURLA(str ptr) +2 stdcall ParseURLW(wstr ptr)
That doesn't look right, why are you removing -noname on these and many other functions? AFAICT they are not exported by name in most shlwapi versions.