From e8db3cd94a8e698b7cc09e6da3813b3f9578d55f Mon Sep 17 00:00:00 2001 From: winesync Date: Thu, 14 Sep 2023 21:54:28 +0200 Subject: [PATCH] [WINESYNC] setupapi/tests: Use correct integral type. Signed-off-by: Eric Pouech Signed-off-by: Alexandre Julliard wine commit id 0e4c108490db8d1c7b3c5d016979ace327d2c8ab by Eric Pouech --- modules/rostests/winetests/setupapi/parser.c | 3 +-- sdk/tools/winesync/setupapi.cfg | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/rostests/winetests/setupapi/parser.c b/modules/rostests/winetests/setupapi/parser.c index c18063fbe38..17251fc923b 100644 --- a/modules/rostests/winetests/setupapi/parser.c +++ b/modules/rostests/winetests/setupapi/parser.c @@ -268,9 +268,8 @@ static void test_enum_sections(void) static const char *contents = STD_HEADER "[s1]\nfoo=bar\n[s2]\nbar=foo\n[s3]\n[strings]\na=b\n"; BOOL ret; - DWORD len; HINF hinf; - UINT err, index; + UINT err, index, len; char buffer[256]; if (!pSetupEnumInfSectionsA) diff --git a/sdk/tools/winesync/setupapi.cfg b/sdk/tools/winesync/setupapi.cfg index f73d8429cde..ca61606a3bc 100644 --- a/sdk/tools/winesync/setupapi.cfg +++ b/sdk/tools/winesync/setupapi.cfg @@ -10,4 +10,4 @@ files: dlls/setupapi/setupcab.c: dll/win32/setupapi/setupcab.c dlls/setupapi/stringtable.c: dll/win32/setupapi/stringtable_wine.c tags: - wine: e498e0ec9bf5a3f9cdb965f8668888697ac642ae + wine: 0e4c108490db8d1c7b3c5d016979ace327d2c8ab