Workaround for missing snprintf in MSVC.

This commit is contained in:
Victor Zverovich 2012-12-12 09:29:50 -08:00
parent 63d1fca94f
commit e8ba960e16

View File

@ -37,6 +37,10 @@
using std::size_t;
#if _MSC_VER
# define snprintf _snprintf
#endif
namespace {
// Flags.