Commit 1143a698 by Doug Evans

stdarg.h: Change __WIN32__ to _WIN32.

	* ginclude/stdarg.h: Change __WIN32__ to _WIN32.
	* ginclude/varargs.h: Likewise.
	* ginclude/va-ppc.h: Likewise.

From-SVN: r12651
parent 7b004ab5
......@@ -38,7 +38,7 @@
#if defined (__H8300__) || defined (__H8300H__) || defined (__H8300S__)
#include <va-h8300.h>
#else
#if defined (__PPC__) && (defined (_CALL_SYSV) || defined (__WIN32__))
#if defined (__PPC__) && (defined (_CALL_SYSV) || defined (_WIN32))
#include <va-ppc.h>
#else
#ifdef __sh__
......
/* GNU C varargs support for the PowerPC with either the V.4 or Windows NT calling sequences */
#ifndef __WIN32__
#ifndef _WIN32
/* System V.4 support */
/* Define __gnuc_va_list. */
......
......@@ -36,7 +36,7 @@
#if defined (__H8300__) || defined (__H8300H__) || defined (__H8300S__)
#include <va-h8300.h>
#else
#if defined (__PPC__) && (defined (_CALL_SYSV) || defined (__WIN32__))
#if defined (__PPC__) && (defined (_CALL_SYSV) || defined (_WIN32))
#include <va-ppc.h>
#else
#ifdef __sh__
......
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