From d25b82e830bf00fdaf4bf5531fb020f147d693b8 Mon Sep 17 00:00:00 2001 From: winesync Date: Fri, 5 Jan 2024 21:33:11 +0100 Subject: [PATCH] [WINESYNC] setupapi: Use a handle table to allocate device nodes. The size of DEVINST is DWORD, so using the pointer directly won't work on 64-bit. Signed-off-by: Zebediah Figura Signed-off-by: Alexandre Julliard wine commit id f840bcc6f7dfdfda507e4fc89d9ed2fdc6ca3a94 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 6ca975374ca..de7c9d598d1 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: a3cedc1f3a2ca66c9ed15fe054413fb9566326c6 + wine: f840bcc6f7dfdfda507e4fc89d9ed2fdc6ca3a94