[PATCH 00/10] Support for dumb picture keychain

Guy Albertelli galberte at neo.rr.com
Sat Mar 28 00:32:29 CDT 2009


On Thu, 2009-03-26 at 10:08 +0100, Alexandre Julliard wrote:
> Guy Albertelli <galberte at neo.rr.com> writes:
> 
> > 1. The initial problem was that the CreateFile above would not
> > successfully translate the volume id to the associated Unix file. #3/10
> > fixed that. 
> 
> That should go in mountmgr, it already creates the volume symlinks and
> manages the devices. What is needed is a way to associate a symlink with
> a real Unix file so that you can do reads/writes on it, not just ioctls.
> 
I now understand what you mean. Like the "dosdevices/c:" symlink,
mountmgr should create
"dosdevices/volume{00000000-0000-0000-0000-000000000043}" as a symlink
to the same place as the c: one.

I will rework this with additional tests.




More information about the wine-devel mailing list