mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 00:49:33 +02:00
Fix for bug #1128
Ensure WX setup is included to check availability of crash report.
This commit is contained in:
parent
2a6d423c17
commit
4842e74964
@ -192,6 +192,7 @@
|
|||||||
#define EXPERIMENTAL_TWO_TONE_TIME_RULER
|
#define EXPERIMENTAL_TWO_TONE_TIME_RULER
|
||||||
|
|
||||||
// Define to include crash reporting
|
// Define to include crash reporting
|
||||||
|
#include <wx/defs.h>
|
||||||
#define EXPERIMENTAL_CRASH_REPORT
|
#define EXPERIMENTAL_CRASH_REPORT
|
||||||
#if !defined(wxUSE_DEBUGREPORT) || !wxUSE_DEBUGREPORT
|
#if !defined(wxUSE_DEBUGREPORT) || !wxUSE_DEBUGREPORT
|
||||||
#undef EXPERIMENTAL_CRASH_REPORT
|
#undef EXPERIMENTAL_CRASH_REPORT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user