1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

libscorealign: Update for VS2015+

This commit is contained in:
Henric Jungheim 2017-06-10 02:53:46 -07:00
parent bd5b333787
commit 2ebb341490

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