Apparently MinGW needs this too.

This commit is contained in:
Ben "root" Anderson
2013-10-27 15:36:05 -05:00
parent 3d466eb227
commit 263240debc
+1 -1
View File
@@ -389,7 +389,7 @@ RString vssprintf( const char *szFormat, va_list argList )
{
RString sStr;
#if defined(WIN32) && !defined(__MINGW32__)
#if defined(WIN32)
char *pBuf = NULL;
int iChars = 1;
int iUsed = 0;