[DEVENUM_WINETEST]

* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64296
This commit is contained in:
Amine Khaldi 2014-09-26 08:56:56 +00:00
parent f1ae13f27c
commit 91a2201417

View 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