From ef76d747c395e2eb627ed7284f622c9c30f2abcf Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 29 May 1995 08:55:31 -0400 Subject: [PATCH] Include alpha/xm-alpha.h, then winnt/xm-winnt.h. (POSIX): Undefine. From-SVN: r9832 --- gcc/config/alpha/xm-winnt.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/config/alpha/xm-winnt.h b/gcc/config/alpha/xm-winnt.h index 51277a7ce6f..5781c3fc348 100644 --- a/gcc/config/alpha/xm-winnt.h +++ b/gcc/config/alpha/xm-winnt.h @@ -18,12 +18,14 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "winnt/xm-winnt.h" #include "alpha/xm-alpha.h" +#include "winnt/xm-winnt.h" #undef HOST_BITS_PER_LONG #define HOST_BITS_PER_LONG 32 +#undef POSIX + #define access _access #define close _close #define mktemp _mktemp -- 2.30.2