setupapi/tests: Use correct integral type.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2add24bd7d
commit
0e4c108490
|
@ -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";
|
static const char *contents = STD_HEADER "[s1]\nfoo=bar\n[s2]\nbar=foo\n[s3]\n[strings]\na=b\n";
|
||||||
|
|
||||||
BOOL ret;
|
BOOL ret;
|
||||||
DWORD len;
|
|
||||||
HINF hinf;
|
HINF hinf;
|
||||||
UINT err, index;
|
UINT err, index, len;
|
||||||
char buffer[256];
|
char buffer[256];
|
||||||
|
|
||||||
if (!pSetupEnumInfSectionsA)
|
if (!pSetupEnumInfSectionsA)
|
||||||
|
|
Loading…
Reference in New Issue