mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Include Audacity.h in all files that test config USE_ macros...
... except Experimental.h, but see preceding commit. This is especially important in the header files. Be sure there are no quiet changes of meaning when a header file is included in a different context, not having seen Audacity.h. Rather include Audacity.h even if redundantly. Also, in some header files, move more inside the include-guard #ifdef-#endif pair.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "Audacity.h" // for USE_* macros
|
||||
#include "Experimental.h"
|
||||
|
||||
#ifndef __AUDACITY_MIXER_BOARD__
|
||||
|
||||
Reference in New Issue
Block a user