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@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