Re: [PATCH] null.sys: Added stub dll.
Qian Hong <qhong(a)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. -- Alexandre Julliard julliard(a)winehq.org
On Thu, Mar 12, 2015 at 11:09 PM, Alexandre Julliard <julliard(a)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.
-- Regards, Qian Hong - http://www.codeweavers.com
Am 12.03.2015 um 16:30 schrieb Qian Hong:
On Thu, Mar 12, 2015 at 11:09 PM, Alexandre Julliard <julliard(a)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(a)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 :) -- Regards, Qian Hong - http://www.winehq.org
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.
participants (5)
-
Alexandre Julliard -
André Hentschel -
Qian Hong -
Qian Hong -
Vincent Povirk