1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

DSP: Avoid a potential symbol collision

This commit is contained in:
Tom Poole 2018-08-23 11:12:23 +01:00
parent 18bdd52607
commit 8632d853e9

View file

@ -193,6 +193,7 @@
//==============================================================================
#undef Complex // apparently some C libraries actually define these symbols (!)
#undef Factor
#undef check
namespace juce
{