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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user