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:
parent
bc523c6724
commit
82cc6b7183
2 changed files with 5 additions and 0 deletions
|
|
@ -64,6 +64,8 @@
|
|||
#define PLUGIN_SDK_DIRECTMIDI 1
|
||||
#define DIGI_PASCAL
|
||||
|
||||
#define Point CarbonDummyPointName
|
||||
#define Component CarbonDummyCompName
|
||||
#include <MacAlwaysInclude.h>
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -86,6 +86,9 @@
|
|||
#include <FicProcessTokens.h>
|
||||
#include <ExternalVersionDefines.h>
|
||||
|
||||
#undef Point
|
||||
#undef Component
|
||||
|
||||
//==============================================================================
|
||||
#ifdef _MSC_VER
|
||||
#pragma pack (push, 8)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue