[WMIUTLS] Sync with Wine Staging 1.7.55. CORE-10536
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 21 Nov 2015 09:44:42 +0000 (09:44 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 21 Nov 2015 09:44:42 +0000 (09:44 +0000)
svn path=/trunk/; revision=69983

reactos/dll/win32/wmiutils/path.c
reactos/media/doc/README.WINE

index 7977416..61386d9 100644 (file)
@@ -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 =
index f49e372..e11ef0c 100644 (file)
@@ -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