9 Feb
2024
9 Feb
'24
10:01 a.m.
Jinoh Kang (@iamahuman) commented about server/device.c:
return NULL; }
+struct mapping *no_object_mapping( struct object *obj ) +{ + return NULL; +} +
I think this should go into server/object.c instead. kernel_obj_list is specific to server-ntoskrnl object pairs; object mapping isn't. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3103#note_60685