1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

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

This commit is contained in:
jules 2015-02-17 16:55:45 +00:00
parent 2a120a0f72
commit 20bd1a33ea

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"