mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 23:43:39 +00:00
Fix merge artifact
svn path=/branches/cmake-bringup/; revision=50666
This commit is contained in:
parent
33533af643
commit
44366c9fd0
1 changed files with 1 additions and 1 deletions
|
@ -2203,7 +2203,7 @@ BOOL WINAPI SetupDiGetClassDescriptionExW(
|
||||||
MachineName,
|
MachineName,
|
||||||
Reserved);
|
Reserved);
|
||||||
if (hKey == INVALID_HANDLE_VALUE)
|
if (hKey == INVALID_HANDLE_VALUE)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
/* Retrieve the class description data and close the key */
|
/* Retrieve the class description data and close the key */
|
||||||
rc = QueryRegistryValue(hKey, NULL, (LPBYTE *) &Buffer, &dwRegType, &dwLength);
|
rc = QueryRegistryValue(hKey, NULL, (LPBYTE *) &Buffer, &dwRegType, &dwLength);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue