Signed-off-by: Sven Baars sven.wine@gmail.com --- dlls/setupapi/tests/install.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/setupapi/tests/install.c b/dlls/setupapi/tests/install.c index f9e55929f2..d761f89103 100644 --- a/dlls/setupapi/tests/install.c +++ b/dlls/setupapi/tests/install.c @@ -1903,6 +1903,7 @@ static void test_need_media(void) queue = SetupOpenFileQueue(); ok(queue != INVALID_HANDLE_VALUE, "Failed to open queue, error %#x.\n", GetLastError()); copy_params.LayoutInf = hinf; + copy_params.QueueHandle = queue; /* In fact this fails with ERROR_INVALID_PARAMETER on 8+. */ if (SetupQueueCopyIndirectA(©_params)) {