Include fopen-bin.h not fopen-same.h for mingw32 hosts.

This commit is contained in:
Nick Clifton 2003-01-22 10:10:25 +00:00
parent cc03ec8004
commit 177a493c21
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-01-22 Nick Clifton <nickc@redhat.com>
* as.h: Include fopen-bin.h not fopen-same.h for mingw32 hosts.
2003-01-21 Fabio Alemagna <falemagn@aros.org>
* configure.in: Handle *-*-aros*.

View File

@ -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"