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:
parent
2a120a0f72
commit
20bd1a33ea
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue