Windows: update VC Redistributable to 14.32.31332 from 14.29.30037

This commit is contained in:
Fabian Dill 2022-09-21 17:53:33 +02:00 committed by Fabian Dill
parent 6d5ddf3cad
commit be1158ad78
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ begin
begin begin
// Is the installed version at least the packaged one ? // Is the installed version at least the packaged one ?
Log('VC Redist x64 Version : found ' + strVersion); Log('VC Redist x64 Version : found ' + strVersion);
Result := (CompareStr(strVersion, 'v14.29.30037') < 0); Result := (CompareStr(strVersion, 'v14.32.31332') < 0);
end end
else else
begin begin