1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-14 15:20:29 +02:00

portaudio-v19: Update for VS2015+

This commit is contained in:
Henric Jungheim 2017-06-10 02:55:15 -07:00
parent ee5609b8ee
commit 40ce9d6fca
2 changed files with 2 additions and 2 deletions

View File

@ -441,7 +441,7 @@ static void PaJack_WaitForStreamDataToBecomeAvailable( PaJackStream *stream )
#endif
}
#if defined(WIN32)
#if defined(WIN32) && _MSC_VER < 1900
#define snprintf _snprintf
#endif

View File

@ -99,7 +99,7 @@ of a device for the duration of active stream using those devices
#include <math.h>
#ifdef _MSC_VER
#if defined(_MSC_VER) && _MSC_VER < 1900
#define snprintf _snprintf
#define vsnprintf _vsnprintf
#endif