summaryrefslogtreecommitdiff
path: root/nt/preprep.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-03-26 16:26:24 +0200
committerEli Zaretskii <eliz@gnu.org>2013-03-26 16:26:24 +0200
commit9536ec028c24fbedf617b67e98a108504e5b1e73 (patch)
tree5697729ccbc10cf99c6c8bf276b6adb3fa091ce6 /nt/preprep.c
parent8f5e14c849415e68add0e617277ffa33325b5593 (diff)
downloademacs-9536ec028c24fbedf617b67e98a108504e5b1e73.tar.gz
More MinGW64 related fixes.
nt/addsection.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Do not define for MinGW64. nt/preprep.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Do not define for MinGW64.
Diffstat (limited to 'nt/preprep.c')
-rw-r--r--nt/preprep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/preprep.c b/nt/preprep.c
index 8604dd40c1f..42855ce7f20 100644
--- a/nt/preprep.c
+++ b/nt/preprep.c
@@ -25,7 +25,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
#include <stdio.h>
#include <fcntl.h>
#include <time.h>
-#ifdef __GNUC__
+#if defined(__GNUC__) && !defined(_W64)
#define _ANONYMOUS_UNION
#define _ANONYMOUS_STRUCT
#endif