diff --git a/dlls/opengl32/opengl_ext.h b/dlls/opengl32/opengl_ext.h index eaf9359ced3..0e18dc4e022 100644 --- a/dlls/opengl32/opengl_ext.h +++ b/dlls/opengl32/opengl_ext.h @@ -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 */