[DEVENUM_WINETEST]
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 26 Sep 2014 08:56:56 +0000 (08:56 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 26 Sep 2014 08:56:56 +0000 (08:56 +0000)
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64296

rostests/winetests/devenum/devenum.c

index 7e25857..4bfafb8 100644 (file)
@@ -97,7 +97,7 @@ static void test_devenum(IBindCtx *bind_ctx)
                     if (SUCCEEDED(hr))
                     {
                         if (winetest_debug > 1)
-                            trace("  %s\n", wine_dbgstr_w(V_UNION(&var, bstrVal)));
+                            trace("  %s\n", wine_dbgstr_w(V_BSTR(&var)));
                         VariantClear(&var);
                     }
                     else