According to the DPMI specification, DPMI functions 0900h-0902h related to
Virtual Interrupt State has to always return state in AL register.
As wine does not support disabling virtual interrupt flag, report that
interrupts are always enabled (AL=1).
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/7904
--
v8: mshtml: Return proper string from functional constructors' toString in
mshtml: Define "create" from XMLHttpRequest constructor as a jscript prop
mshtml: Define the constructor's prototype on mshtml side.
mshtml: Consolidate the functional constructors into a common struct
mshtml: Rename struct constructor to stub_constructor.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7779