mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-09 04:30:09 +00:00
small fix for building plugins without the rtas headers on win32
This commit is contained in:
parent
1d42d3f706
commit
4da6d0ec86
1 changed files with 2 additions and 1 deletions
|
|
@ -35,6 +35,7 @@
|
|||
#include "../juce_IncludeCharacteristics.h"
|
||||
|
||||
//==============================================================================
|
||||
#if JucePlugin_Build_RTAS
|
||||
#ifdef _MSC_VER
|
||||
|
||||
#define kCompileAsCodeResource 0
|
||||
|
|
@ -68,6 +69,6 @@
|
|||
#define PLUGIN_SDK_DIRECTMIDI 1
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#endif // __JUCE_RTAS_DIGICODE_HEADER_JUCEHEADER__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue