https://bugs.winehq.org/show_bug.cgi?id=41034
Hanno Meyer-Thurow h.mth@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #61369|0 |1 is obsolete| |
--- Comment #24 from Hanno Meyer-Thurow h.mth@web.de --- Created attachment 61374 --> https://bugs.winehq.org/attachment.cgi?id=61374 Implementation of SetVolumeMountPointW by Johannes Obermayr (v3)
v2: Remove call to HeapFree. v2: Add null-terminator for WCHAR arrays to keep mountmgr ioctl simple. v3: Actually do the right thing.
What is not happening, is, that the drive is not physically created on disk. There is no ~/.wine-staging/drive_e nor ~/.wine-staging/dosdevices/e: created. That would need a link to mountmgr.sys:device.c or so. Any pointers anyone?