Alexandre Julliard pushed to branch master at wine / wine
Commits:
72724a0f by Alistair Leslie-Hughes at 2024-11-04T15:31:02+01:00
dplayx: Use a single reference count for IDirectPlay interfaces.
- - - - -
a7f61a5b by Alistair Leslie-Hughes at 2024-11-04T15:31:03+01:00
dplayx: Remove numIfaces variable in IDirectPlayLobby.
- - - - -
c3e9ba90 by Alistair Leslie-Hughes at 2024-11-04T15:31:44+01:00
dplayx: Use default DllCanUnloadNow implementation.
- - - - -
5 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplay_global.h
- dlls/dplayx/dplayx_main.c
- dlls/dplayx/dplobby.c
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/962017beef4a0405e4fece0075e28…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/962017beef4a0405e4fece0075e28…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
663bc966 by Jinoh Kang at 2024-11-04T15:30:21+01:00
server: Allow creating named pipes using \Device\NamedPipe\ as RootDirectory.
Separate the named pipe root directory from the named pipe device file.
Open the root directory instead of the device file if the path ends
with backslash.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52105
Signed-off-by: Jinoh Kang <jinoh.kang.kr(a)gmail.com>
- - - - -
962017be by Jinoh Kang at 2024-11-04T15:30:21+01:00
server: Implement more FSCTLs on \Device\NamedPipe and \Device\NamedPipe\.
- - - - -
3 changed files:
- dlls/ntdll/tests/om.c
- dlls/ntdll/tests/pipe.c
- server/named_pipe.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0872e3c1ff242dc17f18749efb1e2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0872e3c1ff242dc17f18749efb1e2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1997da79 by Eric Pouech at 2024-11-04T13:37:38+01:00
kernelbase: Add undocumented EXTENDED_FLAGS to process attribute list.
Let the sub-process be created, without implementing any additional
behavior from these flags.
Native cmd.exe uses this flag when spawning itself again for handling
builtin commands inside a pipe.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/kernelbase/process.c
- include/winbase.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/1997da790d43fccd60f1157f22d1b3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/1997da790d43fccd60f1157f22d1b3…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1139d2ca by Anton Baskanov at 2024-11-04T13:28:53+01:00
dplayx: Set flags correctly in CreatePlayer().
- - - - -
30390603 by Anton Baskanov at 2024-11-04T13:28:53+01:00
dplayx: Always set the data size in GetPlayerData().
- - - - -
d592a34e by Anton Baskanov at 2024-11-04T13:28:53+01:00
dplayx/tests: Test that player from CREATEPLAYER is added to the session.
- - - - -
e9d17a43 by Anton Baskanov at 2024-11-04T13:28:53+01:00
dplay: Handle CREATEPLAYER and add player to the session.
- - - - -
2 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/48b30d4ba320d6d0b9bf99c844928…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/48b30d4ba320d6d0b9bf99c844928…
You're receiving this email because of your account on gitlab.winehq.org.