1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-13 14:13:32 +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:
Paul Licameli
2019-03-22 11:01:00 -04:00
parent adcb93512c
commit f45300f032
78 changed files with 78 additions and 78 deletions

View File

@@ -35,7 +35,7 @@ and ImportLOF.cpp.
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "Import.h"
#include <algorithm>

View File

@@ -20,7 +20,7 @@ Licensed under the GNU General Public License v2 or later
*//*******************************************************************/
#include "../Audacity.h" // needed before FFmpeg.h
#include "../Audacity.h" // needed before FFmpeg.h // for USE_* macros
#include "ImportFFmpeg.h"
#include "../Experimental.h"

View File

@@ -22,7 +22,7 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ImportFLAC.h"
#include "../Experimental.h"

View File

@@ -23,7 +23,7 @@ Licensed under the GNU General Public License v2 or later
*//*******************************************************************/
#include "../Audacity.h" // needed before GStreamer.h
#include "../Audacity.h" // needed before GStreamer.h // for USE_* macros
#if defined(USE_GSTREAMER)
#include "ImportGStreamer.h"

View File

@@ -69,7 +69,7 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ImportLOF.h"
#include <wx/string.h>

View File

@@ -8,7 +8,7 @@
**********************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ImportMIDI.h"
#include <wx/defs.h>

View File

@@ -18,7 +18,7 @@ into a NoteTrack.
#ifndef _IMPORT_MIDI_
#define _IMPORT_MIDI_
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "audacity/Types.h"
#if defined(USE_MIDI)

View File

@@ -26,7 +26,7 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ImportMP3.h"
// For compilers that support precompilation, includes "wx/wx.h".

View File

@@ -28,7 +28,7 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ImportOGG.h"
// For compilers that support precompilation, includes "wx/wx.h".

View File

@@ -19,7 +19,7 @@
*//*******************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ImportPCM.h"
#include "../Internat.h"

View File

@@ -13,7 +13,7 @@
**********************************************************************/
#include "../Audacity.h"
#include "../Audacity.h" // for USE_* macros
#include "ImportQT.h"
#include "ImportPlugin.h"