Move include of stdarg.h up to quiet gcc.

This commit is contained in:
Sean Burke
2004-04-05 12:27:56 +00:00
parent 957b03f325
commit 94f491fb03
+2 -3
View File
@@ -282,6 +282,8 @@ typedef char TCHAR;
// First define the conversion helper functions. We define these regardless of
// any preprocessor macro settings since their names won't collide.
#include <cstdarg>
#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.
@@ -293,9 +295,6 @@ typedef char TCHAR;
#endif
#endif // #ifndef SS_ANSI
#include <cstdarg>
// a very shorthand way of applying the fix for KB problem Q172398
// (basic_string assignment bug)