mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-26 00:58:37 +02:00
more comments for including Audacity.h
This commit is contained in:
parent
9569cfddf5
commit
c698d85cc8
@ -15,7 +15,7 @@ It handles initialization and termination by subclassing wxApp.
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "Audacity.h" // This should always be included first; for USE_* macros
|
||||
#include "Audacity.h" // This should always be included first; for USE_* macros and __UNIX__
|
||||
#include "AudacityApp.h"
|
||||
|
||||
#include "Experimental.h"
|
||||
|
@ -61,7 +61,7 @@
|
||||
*//*******************************************************************/
|
||||
|
||||
|
||||
#include "Audacity.h"
|
||||
#include "Audacity.h" // for __UNIX__
|
||||
#include "DirManager.h"
|
||||
|
||||
#include "MemoryX.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#ifndef __AUDACITY_FILE_FORMATS__
|
||||
#define __AUDACITY_FILE_FORMATS__
|
||||
|
||||
#include "Audacity.h"
|
||||
#include "Audacity.h" // for __UNIX__
|
||||
|
||||
#include <wx/list.h>
|
||||
#include <wx/arrstr.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user