http://bugs.winehq.org/show_bug.cgi?id=2385
Summary: SHLWAPI Patch Product: Wine Version: CVS Platform: Other URL: http://flameeyes.web.ctonet.it/ OS/Version: All Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-net AssignedTo: wine-bugs@winehq.org ReportedBy: theflameeyes@libero.it
This patch adds support for some functions of SHLWAPI
ChangeLog: - Write partially PathSearchAndQualify (there is a FIXME). [dlls/shlwapi/path.c] - Add to PathCreateFromUrl support for file:/// urls (with 3 '/' ) [dlls/shlwapi/path.c] - Add to UrlCanonicalize the URL_FILE_USE_PATHURL flag's support. [dlls/shlwapi/url.c] - Add to UrlIs support for URLIS_DIRECTORY and URLIS_FILEURL flags. [dlls/shlwapi/url.c] - Fixes UrlCreateFromPath [dlls/shlwapi/url.c]
Actually, the patch needs some cleanup.