--
v2: mshtml: Forward deletion for GLOBAL_SCRIPTVAR to the script's object.
mshtml: Check if window global prop still exists before returning its id.
mshtml: Override window's element prop directly rather than using
mshtml: Use BSTR to store global prop's name.
jscript: Add basic semi-stub implementation of GetMemberProperties.
mshtml: Throw invalid action for IE8 window prop deletion.
mshtml: Reset builtin function props to their default values when deleted.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6721
This is a followup to commit d78cbe84e5f0000c6523c4b997de476b12d929b6.
Sorry, did not notice this earlier.
The kernel32_test.exe links agains msvcrt.dll directly, but also
via user32.dll to ucrtbase.dll, therefore now one call less to HeapCreate.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6807