mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
This is only comments, in files where USE_ macros are tested...
... following the comment convention used in the preceding commit.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../../Audacity.h"
|
||||
#include "../../Audacity.h" // for USE_* macros
|
||||
|
||||
#if USE_AUDIO_UNITS
|
||||
#include "AudioUnitEffect.h"
|
||||
|
@@ -10,7 +10,7 @@
|
||||
**********************************************************************/
|
||||
#ifndef AUDACITY_AUDIOUNIT_EFFECT_H
|
||||
|
||||
#include "../../Audacity.h"
|
||||
#include "../../Audacity.h" // for USE_* macros
|
||||
|
||||
#if USE_AUDIO_UNITS
|
||||
|
||||
|
Reference in New Issue
Block a user