On Tue, 2005-10-25 at 01:33 +, James Hawkins wrote:
> Couldn't we check that Z points to / already before we swap the
> drives? If Z already points to /, then we would drop the current
> letter we're adding; otherwise, wouldn't we have two drive letters
> mapping to /? Besides that point, it
Hi Mike,
On Monday 24 October 2005 22:17, Mike Hearn wrote:
> The unixfs module apparently can't cope with the Z: drive being anything
> other than / or being non-existant. A fresh .wine has this set up OK, but
> clicking the drive autodetect button in winecfg will currently set it up
> so D: is t
On 10/24/05, Mike Hearn <[EMAIL PROTECTED]> wrote:
> +
> +if ('A' + i != 'Z')
> +{
> +struct drive swapbuf;
> +
> +/* the root drive must be letter Z for now, the unixfs seems
> to expect it */
> +WINE_TRACE("attempting to rem