14 Sep
2022
14 Sep
'22
10: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