Added yet another missing OpenGL define.

This commit is contained in:
Alexandre Julliard 2005-05-13 13:59:00 +00:00
parent e3b43fa458
commit 89faddae8e

View file

@ -47,6 +47,9 @@
#ifndef GLX_SAMPLES_ARB
# define GLX_SAMPLES_ARB 100001
#endif
#ifndef GL_TEXTURE_CUBE_MAP
# define GL_TEXTURE_CUBE_MAP 0x8513
#endif
/* X11 locking */