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:
parent
ee5609b8ee
commit
40ce9d6fca
@ -441,7 +441,7 @@ static void PaJack_WaitForStreamDataToBecomeAvailable( PaJackStream *stream )
|
||||
#endif
|
||||
}
|
||||
|
||||
#if defined(WIN32)
|
||||
#if defined(WIN32) && _MSC_VER < 1900
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user