mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
[CABINET] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=66790
This commit is contained in:
@@ -691,11 +691,6 @@ BOOL __cdecl FDIIsCabinet(HFDI hfdi, INT_PTR hf, PFDICABINETINFO pfdici)
|
||||
|
||||
if (!fdi) return FALSE;
|
||||
|
||||
if (!hf) {
|
||||
SetLastError(ERROR_INVALID_HANDLE);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (!pfdici) {
|
||||
SetLastError(ERROR_BAD_ARGUMENTS);
|
||||
return FALSE;
|
||||
|
||||
@@ -58,7 +58,7 @@ reactos/dll/win32/atl100 # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/avifil32 # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/bcrypt # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/browseui # Out of sync
|
||||
reactos/dll/win32/cabinet # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/cabinet # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/clusapi # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/comcat # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/comctl32 # Synced to Wine-1.7.27
|
||||
|
||||
Reference in New Issue
Block a user