Apparently MinGW needs this too.
This commit is contained in:
+1
-1
@@ -389,7 +389,7 @@ RString vssprintf( const char *szFormat, va_list argList )
|
|||||||
{
|
{
|
||||||
RString sStr;
|
RString sStr;
|
||||||
|
|
||||||
#if defined(WIN32) && !defined(__MINGW32__)
|
#if defined(WIN32)
|
||||||
char *pBuf = NULL;
|
char *pBuf = NULL;
|
||||||
int iChars = 1;
|
int iChars = 1;
|
||||||
int iUsed = 0;
|
int iUsed = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user