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:
parent
bd5b333787
commit
2ebb341490
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user