WinGit(Inno): Fix launching "Git Bash" for Win XP 64
commitb6ea386007f0c194bf1e21c057386f639eed831c
authorSebastian Schuberth <sschuberth@visageimaging.com>
Wed, 14 Nov 2007 15:06:59 +0000 (14 16:06 +0100)
committerSebastian Schuberth <sschuberth@visageimaging.com>
Wed, 14 Nov 2007 15:06:59 +0000 (14 16:06 +0100)
treed37ad06eb9af5b8f764d8d9d6bfb84a36a640bfa
parentfccb05ece976433d7f41182d80bf4e02b74fc420
WinGit(Inno): Fix launching "Git Bash" for Win XP 64

Under Windows XP x64 Edition, the default Command Prompt is a 64-bit process,
whereas MinGW's sh.exe needs to be launched as a 32-bit process. This patch
explicitly calls the 32-bit cmd.exe from the SysWOW64 under a 64-bit OS in
order to launch sh.exe to fix this. Note that under Windows Vista 64-bit this
patch would not be needed as the OS seems to automagically find out that
sh.exe needs to be called as a 32-bit process.
share/WinGit/install.iss