mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 15:39: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"
|
||||
|
||||
#if defined(WIN32)
|
||||
#if defined(WIN32) && _MSC_VER < 1900
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user