This MR adds additional tests to validate registration-free activation of WinRT components using the AppX manifest.
--
v7: windows.applicationmodel/tests: Add tests for exposing inproc WinRT classes through the manifest.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8859
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
--
v2: opcservice: Fix iteration with MovePrevious().
opcservices/tests: Add more tests for MovePrevious().
opcservices: Fix MoveNext() at the collection end.
opcservices/tests: Add some more tests for MoveNext().
opcservices/tests: Use stricter return values checks.
opcservices/tests: Remove Vista workarounds.
opcservices/tests: Use wide-char strings.
opcservices/tests: Add tests for ReadPackageFromStream.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8856
This MR adds additional tests to validate registration-free activation of WinRT components using the AppX manifest.
--
v5: windows.applicationmodel/tests: Add tests for exposing inproc WinRT classes through the manifest.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8859
This MR adds additional tests to validate registration-free activation of WinRT components using the AppX manifest.
--
v4: windows.applicationmodel/tests: Add tests for exposing inproc WinRT classes through the manifest.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8859
This MR adds additional tests to validate registration-free activation of WinRT components using the AppX manifest.
--
v3: windows.applicationmodel/tests: Add tests for exposing inproc WinRT classes through the manifest.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8859
Windows provides DPMI host according to DPMI version 0.9.
Add cases for all missing DPMI 0.9 function calls into wine code, set
Carry flag which indicates DPMI failure and mark them with appropriate
FIXME comments.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/7902