shlwapi: Fix UrlCombineW for absolute URLs without slashes.

Dmitry Timoshkov dmitry at codeweavers.com
Thu Aug 23 11:30:27 CDT 2007


"Robert Shearman" <rob at codeweavers.com> wrote:

> +            process_case = (*base.pszSuffix == L'/') ? 5 : 1;

Although using the L prefix is harmless in this case, it's better to
avoid it in Wine code IMO.

-- 
Dmitry.



More information about the wine-devel mailing list