mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 11:47:36 +00:00
[WBEMDISP] Sync with Wine Staging 2.16. CORE-13762
82527f8 wbemdisp: Add a trailing newline to a TRACE() message. svn path=/trunk/; revision=75941
This commit is contained in:
parent
36aff8b89c
commit
f8f96865c6
2 changed files with 2 additions and 2 deletions
|
@ -408,7 +408,7 @@ static HRESULT WINAPI propertyset_Item( ISWbemPropertySet *iface, BSTR name,
|
||||||
HRESULT hr;
|
HRESULT hr;
|
||||||
VARIANT var;
|
VARIANT var;
|
||||||
|
|
||||||
TRACE( "%p, %s, %08x, %p", propertyset, debugstr_w(name), flags, prop );
|
TRACE( "%p, %s, %08x, %p\n", propertyset, debugstr_w(name), flags, prop );
|
||||||
|
|
||||||
hr = IWbemClassObject_Get( propertyset->object, name, 0, &var, NULL, NULL );
|
hr = IWbemClassObject_Get( propertyset->object, name, 0, &var, NULL, NULL );
|
||||||
if (SUCCEEDED(hr))
|
if (SUCCEEDED(hr))
|
||||||
|
|
|
@ -194,7 +194,7 @@ reactos/dll/win32/uxtheme # Forked
|
||||||
reactos/dll/win32/vbscript # Synced to WineStaging-2.9
|
reactos/dll/win32/vbscript # Synced to WineStaging-2.9
|
||||||
reactos/dll/win32/version # Synced to WineStaging-2.9
|
reactos/dll/win32/version # Synced to WineStaging-2.9
|
||||||
reactos/dll/win32/vssapi # Synced to WineStaging-2.9
|
reactos/dll/win32/vssapi # Synced to WineStaging-2.9
|
||||||
reactos/dll/win32/wbemdisp # Synced to WineStaging-2.9
|
reactos/dll/win32/wbemdisp # Synced to WineStaging-2.16
|
||||||
reactos/dll/win32/wbemprox # Synced to WineStaging-2.9
|
reactos/dll/win32/wbemprox # Synced to WineStaging-2.9
|
||||||
reactos/dll/win32/windowscodecs # Synced to WineStaging-2.9
|
reactos/dll/win32/windowscodecs # Synced to WineStaging-2.9
|
||||||
reactos/dll/win32/windowscodecsext # Synced to WineStaging-2.9
|
reactos/dll/win32/windowscodecsext # Synced to WineStaging-2.9
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue