mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 08:20:27 +00:00
LayoutFile directive for additional system-supplied INF files is optional,
don't fail if it is not found. Fixes 2 tests in setupapi:devclass svn path=/trunk/; revision=41058
This commit is contained in:
parent
299f35372a
commit
24ceaa277d
1 changed files with 1 additions and 3 deletions
|
@ -822,9 +822,7 @@ SetupDiInstallClassExW(
|
|||
goto cleanup;
|
||||
|
||||
/* Try to append a layout file */
|
||||
ret = SetupOpenAppendInfFileW(NULL, hInf, NULL);
|
||||
if (!ret)
|
||||
goto cleanup;
|
||||
SetupOpenAppendInfFileW(NULL, hInf, NULL);
|
||||
|
||||
if (InterfaceClassGuid)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue