diff options
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" |