Re: [RESEND] mountmgr.sys: implement forced setting of fixed/local disk

2009-06-04 Thread Alexandre Julliard
Ben Klein writes: > Forest Hale submitted a couple of bugs relating to this (17619 and > 17618). The problem is that Wine correctly detects a network share (in > this case NFS on /home) but some applications (e.g. Steam) refuse to > install on network drives, so he wanted to override it with wine

Re: [RESEND] mountmgr.sys: implement forced setting of fixed/local disk

2009-06-04 Thread Ben Klein
2009/6/4 Alexandre Julliard : > Ben Klein writes: > >> From 100c129bbb1a3df3ebb68d52b22c798b6a2150c2 Mon Sep 17 00:00:00 2001 >> From: Ben Klein >> Date: Fri, 6 Mar 2009 00:49:39 +1100 >> Subject: mountmgr.sys: implement forced setting of fixed/local disk >> >> define_unix_drive in mountmgr.c inc

Re: [RESEND] mountmgr.sys: implement forced setting of fixed/local disk

2009-06-04 Thread Alexandre Julliard
Ben Klein writes: > From 100c129bbb1a3df3ebb68d52b22c798b6a2150c2 Mon Sep 17 00:00:00 2001 > From: Ben Klein > Date: Fri, 6 Mar 2009 00:49:39 +1100 > Subject: mountmgr.sys: implement forced setting of fixed/local disk > > define_unix_drive in mountmgr.c includes all cases used in query_unix_driv

[RESEND] mountmgr.sys: implement forced setting of fixed/local disk

2009-06-04 Thread Ben Klein
define_unix_drive in mountmgr.c includes all cases used in query_unix_drive except the DRIVE_FIXED == DEVICE_HARDDISK_VOL mapping. This patch fixes 17618 where setting the drive type to "Local disk" in winecfg does not save the change to the registry. I've CC'd wine-devel in the hope of getting so