diff options
Diffstat (limited to 'gcc/ginclude/va-ppc.h')
-rw-r--r-- | gcc/ginclude/va-ppc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ginclude/va-ppc.h b/gcc/ginclude/va-ppc.h index e502c2c912c..c13ebeaa57a 100644 --- a/gcc/ginclude/va-ppc.h +++ b/gcc/ginclude/va-ppc.h @@ -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. */ |