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
This commit is contained in:
Doug Evans 1996-08-18 01:31:48 +00:00
parent 7b004ab55f
commit 1143a698bd
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
/* 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. */

View File

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