mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user