2 Apr
2025
2 Apr
'25
8:08 p.m.
Jacek Caban (@jacek) commented about server/mapping.c:
object_id_t last_object_id; };
+const session_shm_t *shared_session;
It's not const from server's point of view. I don’t really like the idea of 'usually const'. IMO, it’s either const or it’s not. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7610#note_99754