mirror of
https://github.com/boostorg/system.git
synced 2025-07-31 21:14:26 +02:00
MinGW32 doesn't have std::snprintf
This commit is contained in:
@@ -26,7 +26,7 @@ namespace system
|
||||
namespace detail
|
||||
{
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1900
|
||||
#if ( defined(_MSC_VER) && _MSC_VER < 1900 ) || ( defined(__MINGW32__) && !defined(__MINGW64_VERSION_MAJOR) )
|
||||
|
||||
inline char const * unknown_message_win32( int ev, char * buffer, std::size_t len )
|
||||
{
|
||||
|
Reference in New Issue
Block a user