[Git][wine/wine][master] 2 commits: combase/tests: Add tests for delayed marshaling of objects with apartment affinity.
Alexandre Julliard pushed to branch master at wine / wine Commits: f28ae9d2 by Vibhav Pant at 2026-06-05T10:19:05+02:00 combase/tests: Add tests for delayed marshaling of objects with apartment affinity. When RoGetAgileReference is used with AGILEREFERENCE_DELAYEDMARSHAL, the returned IAgileReference also contains a reference to the apartment/context the object belongs to. Thus, when IAgileReference::Resolve() gets called, the object will get marshaled inside the owning apartment/context, not the caller's apartment. - - - - - 42156225 by Vibhav Pant at 2026-06-05T10:19:05+02:00 combase: Implement delayed marshaling for RoGetAgileReference. - - - - - 3 changed files: - dlls/combase/roapi.c - dlls/combase/tests/roapi.c - include/roapi.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d88408468c33dd09c7b3cc9499d0b3... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d88408468c33dd09c7b3cc9499d0b3... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)