[CABINET] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=66790
This commit is contained in:
Amine Khaldi 2015-03-18 16:02:37 +00:00
parent 89ef898458
commit cb274efdc6
2 changed files with 1 additions and 6 deletions

View file

@ -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;

View file

@ -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