1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Fix for an RTAS build error

This commit is contained in:
jules 2016-01-06 11:18:49 +00:00
parent bc523c6724
commit 82cc6b7183
2 changed files with 5 additions and 0 deletions

View file

@ -64,6 +64,8 @@
#define PLUGIN_SDK_DIRECTMIDI 1
#define DIGI_PASCAL
#define Point CarbonDummyPointName
#define Component CarbonDummyCompName
#include <MacAlwaysInclude.h>
#endif

View file

@ -86,6 +86,9 @@
#include <FicProcessTokens.h>
#include <ExternalVersionDefines.h>
#undef Point
#undef Component
//==============================================================================
#ifdef _MSC_VER
#pragma pack (push, 8)