This commit is contained in:
Igor Pavlov
2022-06-23 11:43:16 +01:00
committed by Kornel
parent c3529a41f5
commit ec44a8a070
1248 changed files with 15242 additions and 2443 deletions

0
CPP/7zip/Archive/Cab/CabBlockInStream.cpp Normal file → Executable file
View File

0
CPP/7zip/Archive/Cab/CabBlockInStream.h Normal file → Executable file
View File

10
CPP/7zip/Archive/Cab/CabHandler.cpp Normal file → Executable file
View File

@@ -295,15 +295,7 @@ STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *val
case kpidMTime:
{
FILETIME localFileTime, utcFileTime;
if (NTime::DosTimeToFileTime(item.Time, localFileTime))
{
if (!LocalFileTimeToFileTime(&localFileTime, &utcFileTime))
utcFileTime.dwHighDateTime = utcFileTime.dwLowDateTime = 0;
}
else
utcFileTime.dwHighDateTime = utcFileTime.dwLowDateTime = 0;
prop = utcFileTime;
PropVariant_SetFrom_DosTime(prop, item.Time);
break;
}

0
CPP/7zip/Archive/Cab/CabHandler.h Normal file → Executable file
View File

0
CPP/7zip/Archive/Cab/CabHeader.cpp Normal file → Executable file
View File

0
CPP/7zip/Archive/Cab/CabHeader.h Normal file → Executable file
View File

0
CPP/7zip/Archive/Cab/CabIn.cpp Normal file → Executable file
View File

0
CPP/7zip/Archive/Cab/CabIn.h Normal file → Executable file
View File

0
CPP/7zip/Archive/Cab/CabItem.h Normal file → Executable file
View File

0
CPP/7zip/Archive/Cab/CabRegister.cpp Normal file → Executable file
View File

0
CPP/7zip/Archive/Cab/StdAfx.h Normal file → Executable file
View File