On Thu Apr 9 12:49:12 2026 +0000, eric pouech wrote:
I guess that's something like ``` 00e0:fixme:dbghelp_dwarf:dwarf2_fill_in_variant Unexpected base type bt=a for form=b 00e0:fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value "use_charref_lf" (b) ``` from `msxml3/mxwriter.c write_crlf()` i'll try to see if can come up with a code fragment on msvc that triggers a similar construct in pdb) since the fixme is generated by known code (and consequence is to not store the (const) value), we'd be better of fixing it Yes, this looks very close to what I remember. I don't know if it was about helpers, or VARIANT_BOOL argument in loadXML() (which isn't a variant by itself).
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10610#note_135662