https://bugs.winehq.org/show_bug.cgi?id=57175
--- Comment #18 from Artem S. Tashkinov aros@gmx.com --- (In reply to Rémi Bernon from comment #13)
You can restore this line: https://gitlab.winehq.org/wine/wine/-/merge_requests/6396/ diffs?commit_id=5bebb24108954f763acb36175fff99e159f7536c#85770a8b187bd82db4db b9a2b8a5f34616049d0f_4928_4928
Sadly Wine 9.17 doesn't have this extract :-(
What it has is:
/* FIXME: what do the DpiScalingVer flags mean? */ get_dword_entry( (union sysparam_all_entry *)&entry_DPISCALINGVER, 0, &dpi_scaling, 0 );
if (volatile_base_key && dispos == REG_CREATED_NEW_KEY) /* first process, initialize entries */ { for (i = 0; i < ARRAY_SIZE( default_entries ); i++) default_entries[i]->hdr.init( default_entries[i] ); }