https://bugs.winehq.org/show_bug.cgi?id=50770
--- Comment #3 from Martin Storsjö martin@martin.st --- (In reply to Erich E. Hoover from comment #2)
Thanks Martin, this should be fixed by staging commit 89c049ee68fdbbd4854a3dd2df03c9562bd0c085. Would you mind double checking when you have a chance?
Yes, the aspect of creating the symlinks is fixed, thanks!
This testcase still showcases a different issue, though. These symlinks to a directory can't be removed with DeleteFile on real windows (doing that results in an "Access is denied." error) - but DeleteFile works on wine. Therefore the testcase uses RemoveDirectory to remove directory symlinks, but this produces errors (Directory name invalid.) on wine instead.