12 Feb
2024
12 Feb
'24
10:58 a.m.
Jinoh Kang (@iamahuman) commented about server/object.c:
return NULL; }
+struct mapping *no_object_mapping( struct object *obj ) +{ + return NULL; +} +
Should we place this between `no_open_file` and `no_close_handle`, keeping the order of default impl functions consistent with `object_ops`? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3103#note_60847