Module: wine Branch: master Commit: 96c44adae808aff62a6d8435884ae360e74c307a URL: https://gitlab.winehq.org/wine/wine/-/commit/96c44adae808aff62a6d8435884ae36...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Feb 19 22:37:36 2024 +0100
win32u: Read the active hooks count from the shared memory.
---
dlls/win32u/hook.c | 16 +++++++++++----- dlls/win32u/message.c | 2 +- dlls/win32u/win32u_private.h | 1 + dlls/win32u/winstation.c | 35 +++++++++++++++++++++++++++++++++++ include/wine/server_protocol.h | 22 +++++++++++++++++++--- server/protocol.def | 9 ++++++++- server/queue.c | 12 ++++++++++-- server/request.h | 9 +++++++-- server/trace.c | 14 +++++++++++++- 9 files changed, 105 insertions(+), 15 deletions(-)