mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-04 01:11:29 +02:00
Fix for mingw32 segfault
This commit is contained in:
@@ -1668,7 +1668,7 @@ void OutBuffer::align(unsigned size)
|
||||
// The compiler shipped with Visual Studio 2005 (and possible
|
||||
// other versions) does not support C99 printf format specfiers
|
||||
// such as %z and %j
|
||||
#if _MSC_VER
|
||||
#if _MSC_VER || __MINGW32__
|
||||
using std::string;
|
||||
using std::wstring;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user