1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

More comments for including Audacity.h; fix one #ifdef in AudioIO.cpp

This commit is contained in:
Paul Licameli
2019-03-23 14:08:09 -04:00
parent bb634614e6
commit 9569cfddf5
6 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@
** long int lrint (double x) ;
*/
#include "Audacity.h"
#include "Audacity.h" // for HAVE_LRINT, HAVE_LRINTF
/* The presence of the required functions are detected during the configure
** process and the values HAVE_LRINT and HAVE_LRINTF are set accordingly in