http://bugs.winehq.org/show_bug.cgi?id=10068
Summary: string definition mistake in ntdll.dll Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P1 Component: wine-kernel AssignedTo: wine-bugs@winehq.org ReportedBy: naclx@vip.sina.com
There is a string definition mistake in dlls/ntdll/reg.c. In function RTL_GetKeyHandle, the string "control" is defined with "Registry\Machine System\Current ControlSet\Control". but there shouldn't be a blank in "Current Controlset". The functions that call RTL_GetKeyHandle to get this key will return with an error.