Alexandre Julliard pushed to branch master at wine / wine
Commits:
b963a19f by Vibhav Pant at 2025-09-04T21:04:17+02:00
combase/tests: Add RoGetAgileReference tests with agile objects.
Objects that implement IAgileObject don't need to be marshaled across apartment boundaries.
- - - - -
defe9b68 by Vibhav Pant at 2025-09-04T21:04:18+02:00
combase: Don't marshal objects that implement IAgileObject in RoGetAgileReference.
- - - - -
2 changed files:
- dlls/combase/roapi.c
- dlls/combase/tests/roapi.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a0f984f01e7032df94849c1e70922…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a0f984f01e7032df94849c1e70922…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
bc4e25ff by Christian Tinauer at 2025-09-04T13:52:11+02:00
crypt32: Accept PKCS12_ALWAYS_CNG_KSP flag and fall back to standard import.
Some applications (including .NET Core) specify the
PKCS12_ALWAYS_CNG_KSP flag when calling PFXImportCertStore. According
to Microsoft's documentation, this flag indicates that the CNG key
storage provider should always be used, but if it is not available the
import will not fail.
- - - - -
2 changed files:
- dlls/crypt32/pfx.c
- dlls/crypt32/tests/store.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/bc4e25ffff884af5aeb46faf96452b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/bc4e25ffff884af5aeb46faf96452b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
86bccbe2 by Paul Gofman at 2025-09-04T12:48:07+02:00
kernel32/tests: Add tests for UnhandledExceptionFilter().
- - - - -
5770b146 by Paul Gofman at 2025-09-04T12:48:07+02:00
kernelbase: Avoid recursive top exception filter invocation for nested exceptions.
- - - - -
957fa516 by Paul Gofman at 2025-09-04T12:48:08+02:00
kernelbase: Return EXCEPTION_CONTINUE_SEARCH from UnhandledExceptionFilter() for nested exceptions.
- - - - -
2 changed files:
- dlls/kernel32/tests/debugger.c
- dlls/kernelbase/debug.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/32fe42f37d7b67c02f0c2ab9e25c7…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/32fe42f37d7b67c02f0c2ab9e25c7…
You're receiving this email because of your account on gitlab.winehq.org.