https://bugs.winehq.org/show_bug.cgi?id=11811
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #60 from super_man@post.com --- The patch mentioned at comment #48 still applies against git, expect this part of it (taken from the .rej file)
--- dlls/kernel32/oldconfig.c +++ dlls/kernel32/oldconfig.c @@ -606,5 +749,6 @@ return; /* someone else already loaded the registry */
/* create some hardware keys (FIXME: should not be done here) */ - create_hardware_branch(); + create_scsi_branch(); + create_serialcomm_branch(); }
wine 1.7.51