Hi.
When adding Libcurl I get this error in wingdi.h because it thinks it’s Rectangle is Juce’s Rectangle (stack below).
I already had a problem with the T define so I solved it be doing:
#undef T
#include “curl/curl.h”
#define T(stringLiteral) JUCE_T(stringLiteral)
How should I tackle this problem?