win32: Fix installer

This commit is contained in:
tomek 2015-10-12 19:26:28 +02:00
parent 7f1ee9dad0
commit 1d8dd50455
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ end;
/////////////////////////////////////////////////////////////////////
function CheckVCInstall(): Boolean;
begin
Result := FileExists(GetSysDir() + 'msvcr120.dll');;
Result := FileExists(GetSysDir() + 'msvcr140.dll');;
end;
/////////////////////////////////////////////////////////////////////