Alexandre Julliard pushed to branch master at wine / wine
Commits: ce946e57 by Alexandre Julliard at 2024-11-18T21:29:14+01:00 server: Use an explicit union instead of a typedef for message data.
- - - - - 180ba49c by Alexandre Julliard at 2024-11-18T21:32:53+01:00 server: Use an explicit union instead of a typedef for hardware input.
- - - - - 6f5e34ad by Alexandre Julliard at 2024-11-18T21:33:42+01:00 server: Use an explicit union instead of a typedef for debug event data.
- - - - - ab399468 by Alexandre Julliard at 2024-11-18T21:34:40+01:00 server: Use an explicit union instead of a typedef for IRP params.
- - - - - ac1ff67c by Alexandre Julliard at 2024-11-18T21:35:50+01:00 server: Use an explicit union instead of a typedef for select operations.
- - - - -
19 changed files:
- dlls/ntdll/unix/server.c - dlls/ntdll/unix/sync.c - dlls/ntdll/unix/thread.c - dlls/ntdll/unix/unix_private.h - dlls/ntoskrnl.exe/ntoskrnl.c - dlls/win32u/message.c - include/wine/server_protocol.h - server/debugger.c - server/device.c - server/event.c - server/protocol.def - server/queue.c - server/request_handlers.h - server/request_trace.h - server/thread.c - server/thread.h - server/trace.c - server/user.h - tools/make_requests
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/446f3b207fdb53dc33f018f59964d9...