On Thu Apr 27 06:51:02 2023 +0000, Nikolay Sivov wrote:
> How bad would it be to duplicate tests in msxml3/4/6, removing version
> checks completely?
could try that. don't think it'd be too bad
would it be just for the tests that are different? would msxml3 remain the main place for tests with common results and msxml4/6-specific tests under dlls/msxml[46]?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/895#note_31345
--
v9: winepulse: Use mmdevapi's AudioSessionControl.
wineoss: Use mmdevapi's AudioSessionControl.
winecoreaudio: Use mmdevapi's AudioSessionControl.
winealsa: Move AudioSessionControl into mmdevapi.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2669
custom.c does not use the test.h and debug.h definitions and presumably has a good reason not to. But this resulted in the printf-format compiler attribute getting lost. So copy it from debug.h to allow proper checks of the ok_() format string.
Also fix said format strings.
--
v2: msi/tests: ok_() takes printf-style arguments.
msi/tests: Fix the ok() formats so they match the size of their arguments.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2692
This patch makes index expressions on resources hlsl_ir_index nodes
instead of hlsl_ir_resource_load nodes, because it is not known if they
will be used later as the lhs of an hlsl_ir_resource_store.
For now, the only benefit is consistency.
--
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/182
webview2 uses this function to locate media foundation.
I also saw the UWP version of FH5 calling this function as well, interestingly.
--
v4: kernelbase: Add GetPackagesByPackageFamily stub.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2713