mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Fixed a minor AU build error and removed some old macros.
This commit is contained in:
parent
5419ebc520
commit
858a758aee
24 changed files with 1037 additions and 1172 deletions
|
|
@ -30,10 +30,15 @@
|
|||
the rest of the codebase.
|
||||
*/
|
||||
|
||||
#include "../core/juce_TargetPlatform.h"
|
||||
|
||||
#if JUCE_LINUX
|
||||
|
||||
#include "linux/juce_linux_NativeIncludes.h"
|
||||
|
||||
BEGIN_JUCE_NAMESPACE
|
||||
|
||||
//==============================================================================
|
||||
#include "../io/files/juce_FileInputStream.h"
|
||||
#include "../io/files/juce_FileOutputStream.h"
|
||||
#include "../core/juce_SystemStats.h"
|
||||
|
|
@ -115,3 +120,5 @@ BEGIN_JUCE_NAMESPACE
|
|||
#endif
|
||||
|
||||
END_JUCE_NAMESPACE
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue