From f8f96865c614f1399a5de6359387711b52a6ce9a Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 24 Sep 2017 11:17:20 +0000 Subject: [PATCH] [WBEMDISP] Sync with Wine Staging 2.16. CORE-13762 82527f8 wbemdisp: Add a trailing newline to a TRACE() message. svn path=/trunk/; revision=75941 --- reactos/dll/win32/wbemdisp/locator.c | 2 +- reactos/media/doc/README.WINE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/win32/wbemdisp/locator.c b/reactos/dll/win32/wbemdisp/locator.c index 769271755e4..1fb5ee44dc8 100644 --- a/reactos/dll/win32/wbemdisp/locator.c +++ b/reactos/dll/win32/wbemdisp/locator.c @@ -408,7 +408,7 @@ static HRESULT WINAPI propertyset_Item( ISWbemPropertySet *iface, BSTR name, HRESULT hr; 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 ); if (SUCCEEDED(hr)) diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index 62db7c5dc4b..40240a46df3 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -194,7 +194,7 @@ reactos/dll/win32/uxtheme # Forked reactos/dll/win32/vbscript # 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/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/windowscodecs # Synced to WineStaging-2.9 reactos/dll/win32/windowscodecsext # Synced to WineStaging-2.9 -- 2.17.1