[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Latest CVS compile problem - "error no variadic api"
From: |
Eli Zaretskii |
Subject: |
Re: Latest CVS compile problem - "error no variadic api" |
Date: |
Tue, 09 Mar 2004 21:39:14 +0200 |
> Date: Fri, 5 Mar 2004 09:31:53 -0500
> From: "Paul D. Smith" <address@hidden>
>
> jg> __STDC__ is not defined on win32 builds, or defined as 1 etc.
>
> Hm... really? The ISO C standard says that if your compiler conforms to
> the standard it should define __STDC__: I have to believe that in 2004
> the Windows compilers at least comply with the 1989 standard!!
It's possible that MSVC needs a special command-line switch to define
__STDC__ as mandated by ISO. Can someone check that?