summaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-01-22 10:10:25 +0000
committerNick Clifton <nickc@redhat.com>2003-01-22 10:10:25 +0000
commit60273068c57fcb26fac04de0019d241719964878 (patch)
tree8d1148d184ceb742eff5b9595cf70e6f72969dc9 /gas/as.h
parentd8d25b199fdb09f069192173405e8a7f33e90b4e (diff)
downloadbinutils-redhat-60273068c57fcb26fac04de0019d241719964878.tar.gz
Include fopen-bin.h not fopen-same.h for mingw32 hosts.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/as.h b/gas/as.h
index 3d95d14571..73b6b2bcc8 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -188,7 +188,7 @@ extern char **environ;
#endif /* __FILE__ */
#ifndef FOPEN_WB
-#ifdef GO32
+#if defined GO32 || defined __MINGW32__
#include "fopen-bin.h"
#else
#include "fopen-same.h"