https://bugs.winehq.org/show_bug.cgi?id=53093
Bug ID: 53093 Summary: Simple command that needs CreateSymbolicLinkW doesn`t work anymore in Staging Product: Wine Version: 7.9 Hardware: x86-64 OS: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com Distribution: Debian
Also see https://bugs.winehq.org/show_bug.cgi?id=47100
The simple command from that bugreport again doesn`t work anymore;
cd $(mktemp -d) && wine cmd /C "mklink foo bar" && stat foo
So programs that need this are broken again I guess?