Fix InternetCrackUrlW

Maxime Bellengé maxime.bellenge at wanadoo.fr
Fri Oct 8 12:14:07 CDT 2004


An application I try to install calls InternetOpenUrlW with an url like
that :

http://server/.\\path/file

Under windows, it works but under wine , the result of such a request is
404.
So my assumption is windows converts '\' to '/'. I tried that and now it
works perfectly under wine.

Changelog: 
    * Convert \ to / in urls.
-- 
Maxime Bellengé <maxime.bellenge at wanadoo.fr>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wininet.patch
Type: text/x-patch
Size: 1220 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20041008/12fc1083/wininet.bin


More information about the wine-patches mailing list