This commit is contained in:
DavidXanatos 2022-07-21 12:02:08 +02:00
parent 353bba04eb
commit f033cbefab
2 changed files with 4 additions and 1 deletions

View File

@ -477,7 +477,7 @@ _FX LONGLONG KphGetDate(CSHORT days, CSHORT months, CSHORT years)
_FX LONGLONG KphGetDateInterval(CSHORT days, CSHORT months, CSHORT years)
{
return ((LONGLONG)days + (LONGLONG)months * 30ll + (LONGLONG)years * 365ll) + 24ll * 3600ll * 10000000ll; // 100ns steps -> 1sec
return ((LONGLONG)days + (LONGLONG)months * 30ll + (LONGLONG)years * 365ll) * 24ll * 3600ll * 10000000ll; // 100ns steps -> 1sec
}
#define SOFTWARE_NAME L"Sandboxie-Plus"

View File

@ -160,6 +160,9 @@ SpecialImage=browser,PuffinSecureBrowser.exe
UseElectronWorkaround=Element.exe,n
SpecialImage=chrome,spotify.exe
SpecialImage=chrome,Amazon Music.exe
#
# updater blockage, usage: