setupapi: SetupOpenAppendInfFile is implemented, so remove #if 0 around it.
This commit is contained in:
parent
caae01f8be
commit
6851e109ed
|
@ -3168,9 +3168,7 @@ BOOL WINAPI SetupDiInstallClassW(
|
|||
|
||||
|
||||
/* Try to append a layout file */
|
||||
#if 0
|
||||
SetupOpenAppendInfFileW(NULL, hInf, NULL);
|
||||
#endif
|
||||
|
||||
/* Retrieve the actual section name */
|
||||
SetupDiGetActualSectionToInstallW(hInf,
|
||||
|
|
Loading…
Reference in New Issue