mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix C++23 compilation
This commit is contained in:
parent
b77249ad52
commit
5ce2fc388e
16 changed files with 817 additions and 760 deletions
|
|
@ -148,6 +148,16 @@
|
|||
#include "misc/juce_PushNotifications.cpp"
|
||||
#include "misc/juce_RecentlyOpenedFilesList.cpp"
|
||||
#include "misc/juce_SplashScreen.cpp"
|
||||
|
||||
#if JUCE_MAC
|
||||
#include "native/juce_SystemTrayIcon_mac.cpp"
|
||||
#elif JUCE_WINDOWS
|
||||
#include "native/juce_ActiveXComponent_windows.cpp"
|
||||
#include "native/juce_SystemTrayIcon_windows.cpp"
|
||||
#elif JUCE_LINUX
|
||||
#include "native/juce_SystemTrayIcon_linux.cpp"
|
||||
#endif
|
||||
|
||||
#include "misc/juce_SystemTrayIconComponent.cpp"
|
||||
#include "misc/juce_LiveConstantEditor.cpp"
|
||||
#include "misc/juce_AnimatedAppComponent.cpp"
|
||||
|
|
@ -161,7 +171,6 @@
|
|||
#include "native/juce_NSViewFrameWatcher_mac.h"
|
||||
#include "native/juce_NSViewComponent_mac.mm"
|
||||
#include "native/juce_AppleRemote_mac.mm"
|
||||
#include "native/juce_SystemTrayIcon_mac.cpp"
|
||||
#endif
|
||||
|
||||
#if JUCE_IOS
|
||||
|
|
@ -174,12 +183,10 @@
|
|||
|
||||
//==============================================================================
|
||||
#elif JUCE_WINDOWS
|
||||
#include "native/juce_ActiveXComponent_windows.cpp"
|
||||
#include "native/juce_HWNDComponent_windows.cpp"
|
||||
#if JUCE_WEB_BROWSER
|
||||
#include "native/juce_WebBrowserComponent_windows.cpp"
|
||||
#endif
|
||||
#include "native/juce_SystemTrayIcon_windows.cpp"
|
||||
|
||||
//==============================================================================
|
||||
#elif JUCE_LINUX || JUCE_BSD
|
||||
|
|
@ -198,8 +205,6 @@
|
|||
|
||||
JUCE_END_IGNORE_WARNINGS_GCC_LIKE
|
||||
|
||||
#include "native/juce_SystemTrayIcon_linux.cpp"
|
||||
|
||||
//==============================================================================
|
||||
#elif JUCE_ANDROID
|
||||
#include "native/juce_AndroidViewComponent.cpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue