Commit 6851e109 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

setupapi: SetupOpenAppendInfFile is implemented, so remove #if 0 around it.

parent caae01f8
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment