http://bugs.winehq.org/show_bug.cgi?id=58129
Bug ID: 58129 Summary: shlwapi::PathCombineW does not manage path starting with dots Product: Wine Version: 10.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: shlwapi Assignee: wine-bugs@winehq.org Reporter: kyle.kcsoftwares@gmail.com Distribution: ---
Created attachment 78395 --> http://bugs.winehq.org/attachment.cgi?id=78395 sample app
Inspired by https://bugs.winehq.org/show_bug.cgi?id=4309 and https://jira.reactos.org/browse/CORE-20129
Use this simple NSI script :
Section System::Call 'shlwapi::PathCombineW(w.r1,w "C:", w "...xx")' MessageBox MB_OK $1 SectionEnd
Shows "C:.xx" in Wine while it shows "C:...xx" in Windows