mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
Fixed registry query error value: now returns ERROR_FILE_NOT_FOUND.
This commit is contained in:
parent
a38d84d854
commit
d290aa4488
@ -2166,7 +2166,7 @@ DWORD WINAPI RegQueryValueEx32W( HKEY hkey, LPWSTR lpValueName,
|
||||
TRACE(reg, "Returning an empty string\n");
|
||||
return ERROR_SUCCESS;
|
||||
}
|
||||
return ERROR_BAD_PATHNAME;
|
||||
return ERROR_FILE_NOT_FOUND;
|
||||
}
|
||||
|
||||
if (lpdwType)
|
||||
|
Loading…
Reference in New Issue
Block a user