6d1df55bf3b6051ad61e9c7cb7d63f13c1b9771f changed `NtQuerySystemInformation(SystemFirmwareTableInformation, ...)` to return 0 on error, which left `get_firmware_table` returning -16
This would be interpreted as a very large number by applications, breaking them.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6929
--
v5: mshtml: Don't expose some props from document prototype depending on mode.
mshtml: Expose the right props from document fragments.
mshtml: Use DocumentPrototype as the document's prototype for modes prior
mshtml: Move HTMLDocument prototype props to the Document prototype.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6927