The non-Windows compiles on MinGW where the Windows stuff does not.

(Isn't that block compiler-specific and not OS-specific?)
This commit is contained in:
Ben Anderson
2005-06-26 04:09:51 +00:00
parent 6b22e48136
commit 11cc6576de
+1 -1
View File
@@ -859,7 +859,7 @@ public:
void FormatV(const CT* szFormat, va_list argList)
{
#if defined(WIN32)
#if defined(WIN32) && !defined(__MINGW32__)
CT* pBuf = NULL;
int nChars = 1;
int nUsed = 0;