From d671a6c70eaf5f715f2653ef905e8d2701baeb2b Mon Sep 17 00:00:00 2001 From: winesync Date: Fri, 5 Jan 2024 16:44:01 +0100 Subject: [PATCH] [WINESYNC] setupapi: Stub SetupDiDestroyDriverInfoList. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit wine commit id bdadd760a3b0685d828a3cfa09ed8a82df72e48c by Vincent Povirk SYNC NOTE: Fixed 1st parameter type in .spec file. Co-authored-by: Hermès Bélusca-Maïto --- dll/win32/setupapi/setupapi.spec | 2 +- sdk/tools/winesync/setupapi.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dll/win32/setupapi/setupapi.spec b/dll/win32/setupapi/setupapi.spec index 1ac93918280..45045f9e2a5 100644 --- a/dll/win32/setupapi/setupapi.spec +++ b/dll/win32/setupapi/setupapi.spec @@ -284,7 +284,7 @@ @ stdcall SetupDiDeleteDeviceInterfaceRegKey(ptr ptr long) @ stdcall SetupDiDestroyClassImageList(ptr) @ stdcall SetupDiDestroyDeviceInfoList(long) -@ stdcall SetupDiDestroyDriverInfoList(long ptr long) +@ stdcall SetupDiDestroyDriverInfoList(ptr ptr long) @ stdcall SetupDiDrawMiniIcon(ptr int128 long long) @ stdcall SetupDiEnumDeviceInfo(long long ptr) @ stdcall SetupDiEnumDeviceInterfaces(long ptr ptr long ptr) diff --git a/sdk/tools/winesync/setupapi.cfg b/sdk/tools/winesync/setupapi.cfg index 6688ae887ee..dd0fc8bdff3 100644 --- a/sdk/tools/winesync/setupapi.cfg +++ b/sdk/tools/winesync/setupapi.cfg @@ -5,4 +5,4 @@ files: dlls/setupapi/misc.c: dll/win32/setupapi/misc.c dlls/setupapi/stubs.c: dll/win32/setupapi/stubs.c tags: - wine: 7102459c60be38e9aaf7501d0eca4134f48420d3 + wine: bdadd760a3b0685d828a3cfa09ed8a82df72e48c