1
0
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:
Henric Jungheim 2017-06-10 02:49:51 -07:00 committed by James Crook
parent f1213e453e
commit 8d13bf1d83

View File

@ -47,7 +47,7 @@ function.
#include "ExportFFmpegDialogs.h"
#if defined(WIN32)
#if defined(WIN32) && _MSC_VER < 1900
#define snprintf _snprintf
#endif