From 639b588a0be351d34dc49425157a12c89ec93951 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Mon, 11 Feb 2013 11:41:46 +0100 Subject: [PATCH] Fixed issue #1639: Does not work on older CPU without SSE2 Signed-off-by: Sven Strickroth --- src/TortoiseGit.common.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/TortoiseGit.common.props b/src/TortoiseGit.common.props index 7eeacec44..6ab680146 100644 --- a/src/TortoiseGit.common.props +++ b/src/TortoiseGit.common.props @@ -53,6 +53,7 @@ Disabled _DEBUG;DEBUG;%(PreprocessorDefinitions) MultiThreadedDebugDLL + NoExtensions _DEBUG;%(PreprocessorDefinitions) @@ -70,6 +71,7 @@ MultiThreadedDLL true true + NoExtensions true -- 2.11.4.GIT