diff options
author | Nick Clifton <nickc@redhat.com> | 2003-01-22 10:10:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-01-22 10:10:25 +0000 |
commit | 177a493c21130fd29c06874ee4b768e2eaa7a03c (patch) | |
tree | 32377b9d5ad4d1688121473f2f6d4257dbd5b3db /gas/as.h | |
parent | cc03ec8004768da5aa88f3fdc4607dd68f81583f (diff) | |
download | gdb-177a493c21130fd29c06874ee4b768e2eaa7a03c.zip gdb-177a493c21130fd29c06874ee4b768e2eaa7a03c.tar.gz gdb-177a493c21130fd29c06874ee4b768e2eaa7a03c.tar.bz2 |
Include fopen-bin.h not fopen-same.h for mingw32 hosts.
Diffstat (limited to 'gas/as.h')
-rw-r--r-- | gas/as.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |