mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-24 15:15:52 +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:
@@ -12,7 +12,7 @@
|
||||
// For compilers that support precompilation, includes "wx/wx.h".
|
||||
#include <wx/wxprec.h>
|
||||
|
||||
#include "Experimental.h"
|
||||
|
||||
|
||||
#include "portaudio.h"
|
||||
#ifdef __WXMSW__
|
||||
|
||||
Reference in New Issue
Block a user