Re: Patch to fix bug 17619 - GetDriveTypeW reporting C: as a network share if /home is an NFS share

2009-03-10 Thread Forest Hale
Ben Klein wrote: > You're wrong there, it's DRIVE_UNKNOWN, which is the autodetect thing > (I haven't looked into it in detail, but something is *correctly* > autodetecting your drive C: as a network drive). > I'm still pretty sure kernel32 isn't the right place for forcing drive > type. Maybe som

Re: Patch to fix bug 17619 - GetDriveTypeW reporting C: as a network share if /home is an NFS share

2009-03-08 Thread Forest Hale
nto the details, I simply made C: always work properly (at least with any automatic wine install I can imagine). Ben Klein wrote: > 2009/3/8 Forest Hale : >> I happen to agree with that sentiment, but Wine creates ~/.wine/drive_c and >> configures it as C:, for the sake of all comm

Re: Patch to fix bug 17619 - GetDriveTypeW reporting C: as a network share if /home is an NFS share

2009-03-08 Thread Forest Hale
letter, but that is a separate issue. Francois Gouget wrote: > On Fri, 6 Mar 2009, Forest Hale wrote: > >> Fixed GetDriveTypeW to always report C: as DRIVE_FIXED, preventing problems >> with the Steam installer if /home is a network share or other special mount. >> >