mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fix merge artifact
svn path=/branches/cmake-bringup/; revision=50666
This commit is contained in:
@@ -2203,7 +2203,7 @@ BOOL WINAPI SetupDiGetClassDescriptionExW(
|
||||
MachineName,
|
||||
Reserved);
|
||||
if (hKey == INVALID_HANDLE_VALUE)
|
||||
return FALSE;
|
||||
return FALSE;
|
||||
|
||||
/* Retrieve the class description data and close the key */
|
||||
rc = QueryRegistryValue(hKey, NULL, (LPBYTE *) &Buffer, &dwRegType, &dwLength);
|
||||
|
||||
Reference in New Issue
Block a user