Alexandre Julliard pushed to branch master at wine / wine
Commits:
e8403403 by Paul Gofman at 2024-08-02T22:07:03+02:00
mmdevapi: Return stub interface from ASM_GetSessionEnumerator().
- - - - -
2efb00bc by Paul Gofman at 2024-08-02T22:07:03+02:00
mmdevapi: Add implementation for IAudioSessionEnumerator.
- - - - -
960726a5 by Paul Gofman at 2024-08-02T22:07:03+02:00
mmdevapi/tests: Add test for IAudioSessionEnumerator.
- - - - -
4 changed files:
- dlls/mmdevapi/audiosessionmanager.c
- dlls/mmdevapi/mmdevapi_private.h
- dlls/mmdevapi/session.c
- dlls/mmdevapi/tests/render.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b6c3ee10f5e9f939de919f7863d39…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b6c3ee10f5e9f939de919f7863d39…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c21f04f7 by Ziqing Hui at 2024-08-01T16:48:39+02:00
propsys: Add stubs for variant conversion functions.
- - - - -
8877889f by Ziqing Hui at 2024-08-01T16:48:39+02:00
propsys/tests: Add tests for VariantToPropVariant.
- - - - -
6985637e by Ziqing Hui at 2024-08-01T16:48:39+02:00
propsys: Initially implement VariantToPropVariant.
- - - - -
4 changed files:
- dlls/propsys/propsys.spec
- dlls/propsys/propvar.c
- dlls/propsys/tests/propsys.c
- include/propvarutil.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c2d46eaa1ef07a2921e5711212e9c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c2d46eaa1ef07a2921e5711212e9c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3e4d4be5 by Fabian Maurer at 2024-08-01T16:45:22+02:00
odbc32: In get_drivers prevent memory leak in error case (coverity).
- - - - -
38a4613f by Fabian Maurer at 2024-08-01T16:45:28+02:00
odbc32: In get_drivers simplify loop condition.
They will always be true, since we exit the loop manually if they are not.
- - - - -
1 changed file:
- dlls/odbc32/unixlib.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5fddd5b575e23e2a6095a7d8645f1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5fddd5b575e23e2a6095a7d8645f1…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1d05064e by Gerald Pfeifer at 2024-08-01T16:44:51+02:00
nsiproxy.sys: Fix the build on non-Apple, non-Linux systems.
commit 5261811d471 revamped the code around pcblist structures,
alas assumes a variable mib is always present on non-Apple, non-Linux
systems when it is not. And in any case, ARRAY_SIZE should be used for
the actual structure it applies to, not a similar one.
- - - - -
2 changed files:
- dlls/nsiproxy.sys/tcp.c
- dlls/nsiproxy.sys/udp.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/1d05064e747f9998fd705345659030…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/1d05064e747f9998fd705345659030…
You're receiving this email because of your account on gitlab.winehq.org.