mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 01:15:00 -06:00
21.02
This commit is contained in:
@@ -350,7 +350,7 @@ STDMETHODIMP CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)
|
||||
COM_TRY_END
|
||||
}
|
||||
|
||||
void GetFileTime(const Byte *p, NCOM::CPropVariant &prop)
|
||||
static void GetFileTime(const Byte *p, NCOM::CPropVariant &prop)
|
||||
{
|
||||
prop.vt = VT_FILETIME;
|
||||
prop.filetime.dwLowDateTime = Get32(p);
|
||||
|
||||
Reference in New Issue
Block a user