UNC Pathname handling

Paul Vriens paul.vriens.wine at gmail.com
Fri Dec 11 02:56:04 CST 2009


Hi Alexandre,

On 12/11/2009 09:49 AM, Alexandre Hardy wrote:
> Hi Paul,
>
> I guess it could fall under bug #19807. I was actually testing it with
> Nokia Ovi Installer.
>

(Please bottom post on wine-devel).

So to fix 19807 you need to handle the '\\?\' cases only so it seems?

Remember that GetLongPathNameA is forward to GetLongPathNameW and from 
the bug report one can't see which one is actually called. So you need a 
log file with either a +file trace or change the TRACE() in 
GetLongPathNameA to a FIXME().

-- 
Cheers,

Paul.



More information about the wine-devel mailing list