Re: [PATCH v2 0/2] MR820: Implement application hives in the registry
14 Sep
2022
14 Sep
'22
5:35 a.m.
Huw Davies (@huw) commented about server/protocol.def:
/* Load a registry branch from a file */ @REQ(load_registry) - obj_handle_t file; /* file to load from */ + unsigned int flags; /* flags */ + unsigned int access; /* wanted access rights */ VARARG(objattr,object_attributes); /* object attributes */ + VARARG(filename,string); /* file to load name */
Why are you now sending the filename, rather than the file object handle, to the server? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/820#note_8403
1193
Age (days ago)
1193
Last active (days ago)
0 comments
1 participants
participants (1)
-
Huw Davies (@huw)