1
0
Fork 0
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:
jules 2009-01-20 09:46:41 +00:00
parent 1d42d3f706
commit 4da6d0ec86

View file

@ -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__