Browse Source

Added some #undefs to avoid clashes with badly-chosen macros in some 3rd party libraries.

tags/2021-05-28
jules 11 years ago
parent
commit
20bd1a33ea
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      modules/juce_audio_basics/juce_audio_basics.h

+ 3
- 0
modules/juce_audio_basics/juce_audio_basics.h View File

@@ -31,6 +31,9 @@
namespace juce
{
#undef Complex // apparently some C libraries actually define these symbols (!)
#undef Factor
#include "buffers/juce_AudioDataConverters.h"
#include "buffers/juce_AudioSampleBuffer.h"
#include "buffers/juce_FloatVectorOperations.h"


Loading…
Cancel
Save