mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 12:14:32 +00:00
[DEVENUM_WINETEST]
* Sync with Wine 1.7.27. CORE-8540 svn path=/trunk/; revision=64296
This commit is contained in:
parent
f1ae13f27c
commit
91a2201417
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue