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

MSVC GL compile fix.

This commit is contained in:
jules 2012-02-25 21:05:11 +00:00
parent 09eaba73f0
commit 40e473d4dc

View file

@ -49,7 +49,7 @@ namespace
#define GL_RGBA8 GL_RGBA
#endif
#ifndef GL_DEPTH24_STENCIL8
#if (! defined (GL_DEPTH24_STENCIL8)) && ! JUCE_WINDOWS
enum { GL_DEPTH24_STENCIL8 = 0x88F0 };
#endif