Commit 0e4c1084 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

setupapi/tests: Use correct integral type.

parent 2add24bd
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment