mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +02:00
Update _MSC_VER #if block for VS2015+
This commit is contained in:
parent
f1213e453e
commit
8d13bf1d83
@ -47,7 +47,7 @@ function.
|
|||||||
|
|
||||||
#include "ExportFFmpegDialogs.h"
|
#include "ExportFFmpegDialogs.h"
|
||||||
|
|
||||||
#if defined(WIN32)
|
#if defined(WIN32) && _MSC_VER < 1900
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user