mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[SHLWAPI] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71740
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user