Alexandre Julliard pushed to branch master at wine / wine
Commits: 0e8d8eeb by Rémi Bernon at 2025-09-21T21:40:03+02:00 server: Return early if there's no queue in queue requests.
- - - - - 5ba32a66 by Rémi Bernon at 2025-09-21T21:40:03+02:00 server: Move hooks_count to the end of the queue_shm_t struct.
Avoid field alignment issues as NB_HOOKS is odd.
- - - - - 2086693b by Rémi Bernon at 2025-09-21T21:40:03+02:00 win32u: Move the message queue access time to shared memory.
- - - - - 0b34b0d0 by Rémi Bernon at 2025-09-21T21:40:03+02:00 server: Use monotonic_time as queue access time base.
- - - - - 8da914b2 by Rémi Bernon at 2025-09-21T21:40:03+02:00 win32u: Check the queue access time from the shared memory.
- - - - -
7 changed files:
- dlls/win32u/hook.c - dlls/win32u/message.c - dlls/win32u/ntuser_private.h - include/wine/server_protocol.h - server/hook.c - server/protocol.def - server/queue.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9efece4a98774a9ee12bfd4d221e4e...