Move include of stdarg.h up to quiet gcc.
This commit is contained in:
@@ -282,6 +282,8 @@ typedef char TCHAR;
|
|||||||
// First define the conversion helper functions. We define these regardless of
|
// First define the conversion helper functions. We define these regardless of
|
||||||
// any preprocessor macro settings since their names won't collide.
|
// any preprocessor macro settings since their names won't collide.
|
||||||
|
|
||||||
|
#include <cstdarg>
|
||||||
|
|
||||||
#ifdef SS_ANSI // Are we doing things the standard, non-Win32 way?...
|
#ifdef SS_ANSI // Are we doing things the standard, non-Win32 way?...
|
||||||
// Not sure if we need all these headers. I believe ANSI says we do.
|
// Not sure if we need all these headers. I believe ANSI says we do.
|
||||||
|
|
||||||
@@ -293,9 +295,6 @@ typedef char TCHAR;
|
|||||||
#endif
|
#endif
|
||||||
#endif // #ifndef SS_ANSI
|
#endif // #ifndef SS_ANSI
|
||||||
|
|
||||||
#include <cstdarg>
|
|
||||||
|
|
||||||
|
|
||||||
// a very shorthand way of applying the fix for KB problem Q172398
|
// a very shorthand way of applying the fix for KB problem Q172398
|
||||||
// (basic_string assignment bug)
|
// (basic_string assignment bug)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user