[SHLWAPI] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71740
This commit is contained in:
Amine Khaldi
2016-07-02 13:15:50 +00:00
parent 4c898721f4
commit 9bf8cb2c3f
2 changed files with 2 additions and 2 deletions
+1 -1
View 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;
}
/**************************************************************************
+1 -1
View 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