1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Eliminate Experimental.h, configure compile options instead...

... This makes it impossible to forget to include the EXPERIMENTAL definitions
(such as when cutting and pasting code) and so get unintended quiet changes of
behavior.

The EXPERIMENTAL flags are now specified instead in new file Experimental.cmake
This commit is contained in:
Paul Licameli
2020-06-19 15:43:09 -04:00
parent c781a108e3
commit e653b4aaf8
159 changed files with 293 additions and 458 deletions

View File

@@ -12,7 +12,7 @@ Paul Licameli split from AudioIO.h
#define __AUDACITY_AUDIO_IO_BASE__
#include "Audacity.h" // for USE_* macros
#include "Experimental.h"
#include <atomic>
#include <cfloat>