From a0336cb6d5ad5b46203dca69b9dbc07d9dcf7b04 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Mon, 22 Aug 2011 18:02:56 +0200 Subject: [PATCH] fix msi installer to kill tgitcache Signed-off-by: Sven Strickroth --- src/TortoiseGitSetup/CustomActions/CustomActions.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/TortoiseGitSetup/CustomActions/CustomActions.cpp b/src/TortoiseGitSetup/CustomActions/CustomActions.cpp index 3ac8aa73e..fa1fa2e98 100644 --- a/src/TortoiseGitSetup/CustomActions/CustomActions.cpp +++ b/src/TortoiseGitSetup/CustomActions/CustomActions.cpp @@ -1,4 +1,4 @@ -// TortoiseSVN - a Windows shell extension for easy version control +// TortoiseGit - a Windows shell extension for easy version control // Copyright (C) 2003-2008 - TortoiseSVN @@ -28,12 +28,7 @@ #pragma comment(lib, "shlwapi") #pragma comment(lib, "shell32") -#ifdef WIN64 -#define TSVN_CACHE_WINDOW_NAME _T("TGitCacheWindow64") -#else #define TSVN_CACHE_WINDOW_NAME _T("TGitCacheWindow") -#endif - BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, -- 2.11.4.GIT