summary refs log tree commit diff stats
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/installer/hexchat.iss.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/installer/hexchat.iss.tt b/win32/installer/hexchat.iss.tt
index fd758386..99571e20 100644
--- a/win32/installer/hexchat.iss.tt
+++ b/win32/installer/hexchat.iss.tt
@@ -225,7 +225,7 @@ end;
 /////////////////////////////////////////////////////////////////////
 function CheckVCInstall(): Boolean;
 begin
-	Result := FileExists(GetSysDir() + 'msvcr140.dll');;
+	Result := FileExists(GetSysDir() + 'vcruntime140.dll');;
 end;
 
 /////////////////////////////////////////////////////////////////////