mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fix 2 setupapi:devclass tests
svn path=/trunk/; revision=41072
This commit is contained in:
@@ -3560,7 +3560,7 @@ HKEY WINAPI SetupDiOpenClassRegKeyExW(
|
||||
else
|
||||
{
|
||||
ERR("Invalid Flags parameter!\n");
|
||||
SetLastError(ERROR_INVALID_PARAMETER);
|
||||
SetLastError(ERROR_INVALID_FLAGS);
|
||||
if (MachineName != NULL) RegCloseKey(HKLM);
|
||||
return INVALID_HANDLE_VALUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user