Commit 3aa87091 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

ole32/tests: Use correct integral type.

parent c0b6ae58
......@@ -3183,7 +3183,7 @@ static void test_generic_composite_moniker(void)
for (i = 0; i < ARRAY_SIZE(simplify_tests); ++i)
{
IMoniker *left, *right, *composite = NULL;
unsigned int moniker_type;
DWORD moniker_type;
WCHAR *name;
winetest_push_context("simplify[%u]", i);
......
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