1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 22:12:58 +02:00

include <wx/setup.h> in all files where wxUSE* macros are used...

... even if it's redundant; improving on what was done at b47e2f9
This commit is contained in:
Paul Licameli
2019-03-23 14:28:37 -04:00
parent c698d85cc8
commit a915a510bd
54 changed files with 93 additions and 19 deletions

View File

@@ -219,12 +219,14 @@
#define EXPERIMENTAL_TWO_TONE_TIME_RULER
#ifndef IN_RC
// Define to include crash reporting
#include <wx/defs.h>
#define EXPERIMENTAL_CRASH_REPORT
#if !defined(wxUSE_DEBUGREPORT) || !wxUSE_DEBUGREPORT
#undef EXPERIMENTAL_CRASH_REPORT
#endif
// Define to include crash reporting
#define EXPERIMENTAL_CRASH_REPORT
#ifdef EXPERIMENTAL_CRASH_REPORT
#include <wx/setup.h> // for wxUSE* macros
#if !defined(wxUSE_DEBUGREPORT) || !wxUSE_DEBUGREPORT
#undef EXPERIMENTAL_CRASH_REPORT
#endif
#endif
#endif
// Paul Licameli (PRL) 31 May 2015