Re: [PATCH] Update cygwin.c for new mingw-64 win32 api headers

2012-11-12 Thread Jeff King
On Mon, Nov 12, 2012 at 04:39:39PM -0500, Mark Levedahl wrote: > >> diff --git a/Makefile b/Makefile > >> index f69979e..1cc5d96 100644 > >> --- a/Makefile > >> +++ b/Makefile > >> @@ -1082,6 +1082,7 @@ ifeq ($(uname_O),Cygwin) > >> NO_SYMLINK_HEAD = YesPlease > >> NO_I

Re: [PATCH] Update cygwin.c for new mingw-64 win32 api headers

2012-11-12 Thread Mark Levedahl
On Mon, Nov 12, 2012 at 3:58 PM, Jeff King wrote: > On Sun, Nov 11, 2012 at 07:17:20PM -0500, Mark Levedahl wrote: > >> The cygwin project recently switched to a new implementation of the >> windows api, now using header files from the mingw-64 project. These >> new header files are incompatible w

Re: [PATCH] Update cygwin.c for new mingw-64 win32 api headers

2012-11-12 Thread Jeff King
On Sun, Nov 11, 2012 at 07:17:20PM -0500, Mark Levedahl wrote: > The cygwin project recently switched to a new implementation of the > windows api, now using header files from the mingw-64 project. These > new header files are incompatible with the way cygwin.c included the > old headers: cygwin.c

[PATCH] Update cygwin.c for new mingw-64 win32 api headers

2012-11-11 Thread Mark Levedahl
The cygwin project recently switched to a new implementation of the windows api, now using header files from the mingw-64 project. These new header files are incompatible with the way cygwin.c included the old headers: cygwin.c can be compiled using the new or the older (mingw) headers, but differe