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:
parent
09eaba73f0
commit
40e473d4dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue