Fix detection of V1a prop variant library in test suite.

This commit is contained in:
Robert Shearman 2005-12-26 12:56:48 +01:00 committed by Alexandre Julliard
parent 328e18c285
commit 85128db39c

View file

@ -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)
{