Hi Jules,
VS is throwing me an error after doing a pull to get the latest tip…
Has to do with this:
#ifndef GL_DEPTH24_STENCIL8
enum { GL_DEPTH24_STENCIL8 = 0x88F0 };
#endif
And the following unnamed enumeration wrapped with #if JUCE_WINDOWS containing the same code: GL_DEPTH24_STENCIL8 = 0x88F0,