|
@@ -155,7 +155,7 @@ |
|
|
#define JUCE_BIG_ENDIAN 1
|
|
|
#define JUCE_BIG_ENDIAN 1
|
|
|
#endif
|
|
|
#endif
|
|
|
|
|
|
|
|
|
#if defined (__LP64__) || defined (_LP64)
|
|
|
|
|
|
|
|
|
#if defined (__LP64__) || defined (_LP64) || defined (__arm64__)
|
|
|
#define JUCE_64BIT 1
|
|
|
#define JUCE_64BIT 1
|
|
|
#else
|
|
|
#else
|
|
|
#define JUCE_32BIT 1
|
|
|
#define JUCE_32BIT 1
|
|
|