libscorealign: Update for VS2015+

This commit is contained in:
Henric Jungheim 2017-06-10 02:53:46 -07:00
parent bd5b333787
commit 2ebb341490
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#include "regression.h"
#include "sautils.h"
#if (defined (WIN32) || defined (_WIN32))
#if (defined (WIN32) || defined (_WIN32)) && _MSC_VER < 1900
#define snprintf _snprintf
#endif