Jonathan Nieder writes:
> The reordering made in v1.8.1.1~7^2~2 still seems like voodoo to me,
> but at least it works. This patch applies that same order for
> everyone. Systems that would previously use the "I have old win32api
> and don't need that reordering" codepath don't need to be
> spe
Hi,
Ramsay Jones wrote:
> Signed-off-by: Ramsay Jones
Let me try to understand this.
Before v1.8.1.1~7^2~2 (Update cygwin.c for new mingw-64 win32 api
headers, 2012-11-11), compat/cygwin.c did
#define CYGWIN_C
#define WIN32_LEAN_AND_MEAN
#include "../git-compat-util.h
Signed-off-by: Ramsay Jones
---
Makefile | 7 ---
compat/cygwin.c | 5 -
config.mak.uname | 1 -
3 files changed, 13 deletions(-)
diff --git a/Makefile b/Makefile
index 0f931a2..32c49ba 100644
--- a/Makefile
+++ b/Makefile
@@ -290,10 +290,6 @@ all::
#
# Define NO_REGEX if you
3 matches
Mail list logo