commit | 13f1df432ea78a9dda2e70036215f754db182934 | [log] [tgz] |
---|---|---|
author | Karsten Blees <blees@dcon.de> | Fri Jan 07 19:47:23 2011 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jun 10 13:31:01 2014 -0700 |
tree | ba9d167dc6da34fe6ef158e52b14799ee6e1d5ea | |
parent | c2369bdf7ff082d588c4a4efe280bc4a483d0192 [diff] |
Win32: move main macro to a function The code in the MinGW main macro is getting more and more complex, move to a separate initialization function for readabiliy and extensibility. Signed-off-by: Karsten Blees <blees@dcon.de> Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com> Signed-off-by: Stepan Kasal <kasal@ucw.cz> Signed-off-by: Junio C Hamano <gitster@pobox.com>