http://bugs.winehq.org/show_bug.cgi?id=32523
Bug #: 32523 Summary: CreateSymbolicLinkW() is not implemented Product: Wine Version: 1.5.17 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: alexey.pushkin@mererand.com Classification: Unclassified
It looks like Vista+ CreateSymbolicLinkW() is not implemented:
wine: Unimplemented function KERNEL32.dll.CreateSymbolicLinkW called at address..., starting debugger...
I suppose it's fairly trivial to implement it with normal unix symlinks, isn't it ?