Commit ef76d747 by Richard Kenner

Include alpha/xm-alpha.h, then winnt/xm-winnt.h.

(POSIX): Undefine.

From-SVN: r9832
parent 960bac83
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment