Alexandre Julliard pushed to branch master at wine / wine
Commits:
696ef034 by Anton Baskanov at 2024-11-18T21:36:40+01:00
dplayx/tests: Add missing pragma pack directives.
- - - - -
46b79b18 by Anton Baskanov at 2024-11-18T21:36:40+01:00
dplayx/tests: Check that groups from SUPERENUMPLAYERSREPLY are added to the session.
- - - - -
1b9b7a5e by Anton Baskanov at 2024-11-18T21:36:41+01:00
dplayx: Add group to the parent group in DP_CreateGroup().
- - - - -
be022f35 by Anton Baskanov at 2024-11-18T21:36:41+01:00
dplayx: Set group data in DP_CreateGroup().
- - - - -
18a73629 by Anton Baskanov at 2024-11-18T21:36:41+01:00
dplayx: Return HRESULT from DP_CreateGroup().
- - - - -
0eb2f181 by Anton Baskanov at 2024-11-18T21:36:41+01:00
dplayx: Inform the SP about group creation in DP_CreateGroup().
- - - - -
3f7c85f7 by Anton Baskanov at 2024-11-18T21:36:41+01:00
dplayx: Add groups from SUPERENUMPLAYERSREPLY to the session.
- - - - -
4 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplay_global.h
- dlls/dplayx/dplayx_messages.c
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ac1ff67cfda77618ac05c2c8c38de…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ac1ff67cfda77618ac05c2c8c38de…
You're receiving this email because of your account on gitlab.winehq.org.
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/446f3b207fdb53dc33f018f59964d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/446f3b207fdb53dc33f018f59964d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3ca383e3 by Eric Pouech at 2024-11-18T11:54:35+01:00
dbghelp/tests: Add retry wrapper around SymRefreshModuleList().
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
90ffd6c7 by Eric Pouech at 2024-11-18T11:54:35+01:00
dbghelp/tests: Add tests for SymRefreshModuleList().
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
446f3b20 by Eric Pouech at 2024-11-18T11:54:35+01:00
dbghelp: Implement SymRefreshModuleList().
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
5 changed files:
- dlls/dbghelp/dbghelp.c
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/elf_module.c
- dlls/dbghelp/module.c
- dlls/dbghelp/tests/dbghelp.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c5a726e8a3ac20a242c27123abb49…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c5a726e8a3ac20a242c27123abb49…
You're receiving this email because of your account on gitlab.winehq.org.