2 Jul
2014
2 Jul
'14
7 p.m.
"Erich E. Hoover" <erich.e.hoover(a)gmail.com> writes:
@@ -2469,9 +2469,9 @@ LSTATUS WINAPI RegSetKeySecurity( HKEY hkey, SECURITY_INFORMATION SecurityInfo, if (!pSecurityDesc) return ERROR_INVALID_PARAMETER;
- FIXME(":(%p,%d,%p): stub\n",hkey,SecurityInfo,pSecurityDesc); + TRACE("(%p,%d,%p)\n",hkey,SecurityInfo,pSecurityDesc);
- return ERROR_SUCCESS; + return RtlNtStatusToDosError( NtSetSecurityObject( hkey, SecurityInfo, pSecurityDesc ) );
You'd need to handle special root keys, or at least have tests for them. -- Alexandre Julliard julliard(a)winehq.org