[PATCH v2 2/2] msado15: Some interface parts need a 64-bit type on amd64.

Bernhard Übelacker bernhardu at mailbox.org
Wed Dec 22 18:10:21 CST 2021


Am 23.12.21 um 00:53 schrieb Bernhard Übelacker:
> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50842
> Signed-off-by: Bernhard Übelacker <bernhardu at mailbox.org>
> ---
> Supersedes 222555.
> 
> v2: Missed some warnings about incompatible types.


Unfortunately building gives now these warnings:

warning: can't write value of type 20 yet
warning: can't write value of type 20 yet
warning: can't write value of type 20 yet
warning: can't write value of type 20 yet
warning: can't write value of type 20 yet

Which originates from write_default_value, which
is unfortunately not yet prepared to write VT_I8.
And I am not confident how this has to be solved.

Also in the very first version targetted at just fixing the crash,
I fear this patch might get that way too huge for freeze period?

Kind regards,
Bernhard




More information about the wine-devel mailing list