From 55a1268bfd4cf89549453320703f6ee37c589578 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 21 Nov 2015 09:44:42 +0000 Subject: [PATCH] [WMIUTLS] Sync with Wine Staging 1.7.55. CORE-10536 svn path=/trunk/; revision=69983 --- reactos/dll/win32/wmiutils/path.c | 8 ++++---- reactos/media/doc/README.WINE | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reactos/dll/win32/wmiutils/path.c b/reactos/dll/win32/wmiutils/path.c index 79774160d34..61386d95f32 100644 --- a/reactos/dll/win32/wmiutils/path.c +++ b/reactos/dll/win32/wmiutils/path.c @@ -1211,7 +1211,7 @@ static BOOL WINAPI path_IsRelative( LPWSTR wszNamespace) { FIXME("%p, %s, %s\n", iface, debugstr_w(wszMachine), debugstr_w(wszNamespace)); - return E_NOTIMPL; + return FALSE; } static BOOL WINAPI path_IsRelativeOrChild( @@ -1221,7 +1221,7 @@ static BOOL WINAPI path_IsRelativeOrChild( LONG lFlags) { FIXME("%p, %s, %s, 0x%x\n", iface, debugstr_w(wszMachine), debugstr_w(wszNamespace), lFlags); - return E_NOTIMPL; + return FALSE; } static BOOL WINAPI path_IsLocal( @@ -1229,7 +1229,7 @@ static BOOL WINAPI path_IsLocal( LPCWSTR wszMachine) { FIXME("%p, %s\n", iface, debugstr_w(wszMachine)); - return E_NOTIMPL; + return FALSE; } static BOOL WINAPI path_IsSameClassName( @@ -1237,7 +1237,7 @@ static BOOL WINAPI path_IsSameClassName( LPCWSTR wszClass) { FIXME("%p, %s\n", iface, debugstr_w(wszClass)); - return E_NOTIMPL; + return FALSE; } static const struct IWbemPathVtbl path_vtbl = diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index f49e37212ad..e11ef0cdaa6 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -213,7 +213,7 @@ reactos/dll/win32/winscard # Synced to WineStaging-1.7.47 reactos/dll/win32/wintrust # Synced to WineStaging-1.7.47 reactos/dll/win32/wldap32 # Synced to WineStaging-1.7.47 reactos/dll/win32/wmi # Synced to WineStaging-1.7.47 -reactos/dll/win32/wmiutils # Synced to WineStaging-1.7.47 +reactos/dll/win32/wmiutils # Synced to WineStaging-1.7.55 reactos/dll/win32/wmvcore # Synced to WineStaging-1.7.47 reactos/dll/win32/wshom.ocx # Synced to WineStaging-1.7.55 reactos/dll/win32/wtsapi32 # Synced to WineStaging-1.7.47 -- 2.17.1