X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/5244bc019bf7376caff3bb198ff674e0ad9fb0e6..fb14cb489aba648435c879dc83a18c756147724c:/nt/addsection.c diff --git a/nt/addsection.c b/nt/addsection.c index d720dec428..a897573480 100644 --- a/nt/addsection.c +++ b/nt/addsection.c @@ -1,5 +1,5 @@ /* Add an uninitialized data section to an executable. - Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc. + Copyright (C) 1999, 2001-2014 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -25,7 +25,7 @@ along with GNU Emacs. If not, see . #include #include #include -#ifdef __GNUC__ +#if defined(__GNUC__) && !defined(_W64) #define _ANONYMOUS_UNION #define _ANONYMOUS_STRUCT #endif