Browse Source

Misc

tags/2018-04-16
falkTX 9 years ago
parent
commit
65640dea1d
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libs/juce/source/modules/juce_audio_processors/format_types/juce_VST3Headers.h

+ 3
- 0
libs/juce/source/modules/juce_audio_processors/format_types/juce_VST3Headers.h View File

@@ -82,6 +82,9 @@
#include <pluginterfaces/vst/ivstmidicontrollers.h>
#include <public.sdk/source/common/memorystream.h>
#else
#if JUCE_MINGW
#define _set_abort_behavior(...)
#endif
#define Point CarbonDummyPointName // The VST headers include some system headers that need
// to match the name our hacky Carbon workaround used.
#include <base/source/baseiids.cpp>


Loading…
Cancel
Save