mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-30 17:23:51 +01:00
libscorealign: Update for VS2015+
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user