shlwapi: Update exported API entries according to the infopublished by Geoff Chappell

Dmitry Timoshkov dmitry at codeweavers.com
Thu Oct 25 05:16:02 CDT 2007


"Alexandre Julliard" <julliard at winehq.org> wrote:

>> @@ -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.

I've removed -noname for entries that according to Geoff started to be
exported by name in some Windows versions. We have some such entries
already.

-- 
Dmitry.



More information about the wine-devel mailing list