mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
Exclude Window menu if build with wx313
I'm not sure exactly when the Window menu started working again, but when built with wx313, the system provides the Window menu just fine on all OSX versions from 10.7 - 10.15.
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
// This file collects a few things specific to Mac and requiring some
|
// This file collects a few things specific to Mac and requiring some
|
||||||
// Objective-C++ . Avoid mixing languages elsewhere.
|
// Objective-C++ . Avoid mixing languages elsewhere.
|
||||||
|
|
||||||
#ifdef __WXMAC__
|
// Only needed when using wxWidgets < 3.1.3
|
||||||
|
#if defined(__WXMAC__) && !wxCHECK_VERSION(3,1,3)
|
||||||
|
|
||||||
#include "../CommonCommandFlags.h"
|
#include "../CommonCommandFlags.h"
|
||||||
#include "../Menus.h"
|
#include "../Menus.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user