diff --git a/stepmania/src/StdString.h b/stepmania/src/StdString.h index 01a988b493..b743222f18 100644 --- a/stepmania/src/StdString.h +++ b/stepmania/src/StdString.h @@ -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;