snprintf define consolidated to common.h

This commit is contained in:
Jeff Baylor
2019-04-22 17:01:34 -07:00
parent 744779d335
commit 40e53e52d6
3 changed files with 2 additions and 10 deletions

View File

@@ -85,6 +85,8 @@ extern "C" {
#if !defined(_MSC_VER)
#include <unistd.h>
#elif _MSC_VER < 1900
#define snprintf _snprintf
#endif
#include <time.h>