[SHLWAPI] Sync with Wine Staging 1.9.11. CORE-11368
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 2 Jul 2016 13:15:50 +0000 (13:15 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 2 Jul 2016 13:15:50 +0000 (13:15 +0000)
svn path=/trunk/; revision=71740

reactos/dll/win32/shlwapi/istream.c
reactos/media/doc/README.WINE

index e023645..d11a5f1 100644 (file)
@@ -116,7 +116,7 @@ static HRESULT WINAPI IStream_fnRead(IStream *iface, void* pv, ULONG cb, ULONG*
   }
   if (pcbRead)
     *pcbRead = dwRead;
-  return S_OK;
+  return dwRead == cb ? S_OK : S_FALSE;
 }
 
 /**************************************************************************
index de3d374..1ac4f62 100644 (file)
@@ -177,7 +177,7 @@ reactos/dll/win32/shdoclc             # Synced to WineStaging-1.9.4
 reactos/dll/win32/shdocvw             # Synced to WineStaging-1.9.4
 reactos/dll/win32/shell32             # Forked at Wine-20071011
 reactos/dll/win32/shfolder            # Synced to WineStaging-1.9.4
-reactos/dll/win32/shlwapi             # Synced to WineStaging-1.9.4
+reactos/dll/win32/shlwapi             # Synced to WineStaging-1.9.11
 reactos/dll/win32/slbcsp              # Synced to WineStaging-1.9.4
 reactos/dll/win32/snmpapi             # Synced to WineStaging-1.9.4
 reactos/dll/win32/softpub             # Synced to WineStaging-1.9.4