1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-25 07:43:54 +02:00

Update Nyquist to v3.09.

This commit is contained in:
Leland Lucius
2015-04-07 22:10:17 -05:00
parent f88b27e6d8
commit 9fb0ce5b82
358 changed files with 26327 additions and 7043 deletions

View File

@@ -139,7 +139,7 @@
#ifndef NYQUIST
#define MIDIMGR
#endif
#define USE_VSPRINTF
#define HAVE_VSNPRINTF 1
#endif
#ifdef BORLAND
@@ -161,12 +161,12 @@
#define ITC
#endif
/* USE_VSPRINTF says vsprintf() is defined */
/* HAVE_VSNPRINTF says vsnprintf() is defined */
#ifdef ITC
#define USE_VSPRINTF
#define HAVE_VSNPRINTF 1
#endif
#ifdef AZTEC
#define USE_VSPRINTF
#define HAVE_VSNPRINTF 1
#endif