Commit e8ba960e authored by Victor Zverovich's avatar Victor Zverovich

Workaround for missing snprintf in MSVC.

parent 63d1fca9
......@@ -37,6 +37,10 @@
using std::size_t;
#if _MSC_VER
# define snprintf _snprintf
#endif
namespace {
// Flags.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment