Follow Up of Merge request !693 by Jacek Caban. That pull request changed
properly the static control of user32, but didn't address the comctl32
static control.
Fix an issue of TES4:Oblivion Construction Set, reported by me in the
Wine Bug: https://bugs.winehq.org/show_bug.cgi?id=53581#c5
after the merge request fixed the reported CS crash.
Signed-off-by: Lorenzo Ferrillo [lorenzofersteam@live.it](mailto:lorenzofersteam@live.it)
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/775
On Sat Sep 3 17:53:35 2022 +0000, **** wrote:
> Zebediah Figura replied on the mailing list:
> ```
> On 9/3/22 12:48, Etaash Mathamsetty (@etaash.mathamsetty) wrote:
> > On Sat Sep 3 17:43:11 2022 +0000, **** wrote:
> >> Zebediah Figura replied on the mailing list:
> >> \`\`\`
> >> On 9/3/22 12:22, Etaash Mathamsetty (@etaash.mathamsetty) wrote:
> >>> This instruction only needs to compare 1 byte, since it's imm8 is just
> >> an 8 bit number (unless I am wrong)
> >> The 0x83 family is an arithmetic operation between a sign-extended
> >> immediate byte and a 2/4/8-byte register or memory location. The
> >> equivalent 1-byte comparison is 0x80 or 0x82 (they are duplicates).
> >> \`\`\`
> > the comparison is between a signed byte and a 2/4/8 byte
> register/memory location, how am I supposed to compare more than 1 byte?
> >
> As stated, the immediate byte should be sign-extended to the appropriate
> length.
> ```
Do you have any info on how to set these other flags?
`OF, PF, AF, SF`
I can't find much info about it.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/721#note_7623
--
v4: mf/tests: Test that IMFMediaSession_SetTopology sets output nodes media types.
mf/tests: Test that IMFTopoLoader_Load sets transform nodes media types.
mf/tests: Test that IMFTopoLoader_Load doesn't set output nodes media types.
mf/tests: Test some IMFMediaSession_SetTopology error cases.
mf/tests: Add helpers to wait and check media session events.
mf/tests: Allocate test callbacks dynamically and check refcounts.
mf/tests: Keep a presentation descriptor in the test source.
mf/tests: Move and split some helper code around.
https://gitlab.winehq.org/wine/wine/-/merge_requests/711
This reduces the diff with the Wine bundled version.
It should also make it clearer that these are Wine headers that should
ideally be changed upstream first and then re-imported.
--
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/10