Installer: Use BindImageEx to potentially speed-up loading of DLLs
commit60527eb7f44cdcad63d8946e3cc2ff749e43ac33
authorCesar Eduardo Barros <cesarb@cesarb.net>
Sat, 30 Apr 2011 21:46:09 +0000 (30 18:46 -0300)
committerSebastian Schuberth <sschuberth@gmail.com>
Tue, 3 May 2011 19:03:27 +0000 (3 21:03 +0200)
tree1633645f325b06a1e9c6407e9d854e48a080fc84
parent0c118c65e880931196ff422829d5e1815ff7b80f
Installer: Use BindImageEx to potentially speed-up loading of DLLs

We need to specify BIND_NO_BOUND_IMPORTS in order to avoid error 0xc0000005
"the application was unable to start correctly" when running "git.exe".
According to Daniel Kilma this is due to a problem between binaries created by
GCC and the Windows loader.

The initial patch was provided by Cesar Eduardo Barros, additional fixes were
done by Sebastian Schuberth.

Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
share/WinGit/copy-files.sh
share/WinGit/install.iss