From 3bcb3c2839efb0c916fbe3cae535b7f172704f55 Mon Sep 17 00:00:00 2001 From: winesync Date: Fri, 5 Jan 2024 21:51:05 +0100 Subject: [PATCH] ***** This commit does not apply for ReactOS [WINESYNC] setupapi: Merge the DeviceInstance and DeviceInfo structs. These are two different representations of the same underlying object; there's no reason to keep them separate. Signed-off-by: Zebediah Figura Signed-off-by: Alexandre Julliard wine commit id 5d7b123d094ba2de40237f310ec43f4b06b560a3 by Zebediah Figura --- sdk/tools/winesync/setupapi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/tools/winesync/setupapi.cfg b/sdk/tools/winesync/setupapi.cfg index b3c2b117e78..818d84cd7e9 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: b5b09649e6be0154154174b2641bca23a7216f96 + wine: 5d7b123d094ba2de40237f310ec43f4b06b560a3