Qian Hong qhong@codeweavers.com writes:
First part for https://bugs.winehq.org/show_bug.cgi?id=38107
I don't see why you need a driver for this.
On Thu, Mar 12, 2015 at 11:09 PM, Alexandre Julliard julliard@winehq.org wrote:
I don't see why you need a driver for this.
Thanks for advice, I'll try to proposal a solution in mountmgr.
Am 12.03.2015 um 16:30 schrieb Qian Hong:
On Thu, Mar 12, 2015 at 11:09 PM, Alexandre Julliard julliard@winehq.org wrote:
I don't see why you need a driver for this.
Thanks for advice, I'll try to proposal a solution in mountmgr.
Hi, In case mountmgr turns out to be the wrong place it might be: server/directory.c
On Fri, Mar 13, 2015 at 2:34 AM, André Hentschel nerv@dawncrow.de wrote:
Hi, In case mountmgr turns out to be the wrong place it might be: server/directory.c
Thanks a lot for the information, I'm thinking about that as well, but it is hard to decide which is better for me yet. Any opinion is great appreciated :)
We already have code in ntdll/directory.c get_dos_device for handling NUL, so I would guess that this filename should be handled in ntdll in a similar way.