Robert Shearman : Fix detection of V1a prop variant library in test suite.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Dec 26 11:46:01 CST 2005


Module: wine
Branch: refs/heads/master
Commit: 85128db39cf1960827ecb39b748c5d190563fc71
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=85128db39cf1960827ecb39b748c5d190563fc71

Author: Robert Shearman <rob at codeweavers.com>
Date:   Mon Dec 26 12:56:48 2005 +0100

Fix detection of V1a prop variant library in test suite.

---

 dlls/ole32/tests/propvariant.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ole32/tests/propvariant.c b/dlls/ole32/tests/propvariant.c
index aa630c1..e8619e7 100644
--- a/dlls/ole32/tests/propvariant.c
+++ b/dlls/ole32/tests/propvariant.c
@@ -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)
         {




More information about the wine-cvs mailing list