Commit 85128db3 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

Fix detection of V1a prop variant library in test suite.

parent 328e18c2
......@@ -140,7 +140,7 @@ static void test_validtypes(void)
hr = PropVariantClear(&propvar);
if (hr == S_OK)
{
propvar.vt = VT_I8;
propvar.vt = VT_I8 | VT_ARRAY;
hr = PropVariantClear(&propvar);
if (hr == S_OK)
{
......
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