mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-28 08:41:55 +00:00
Fix for subset mode, define GLEW_SUBSET_GL_VERSION_3_0 for glGetStringi purposes.
This commit is contained in:
parent
f0c9d3fe88
commit
c10aa3ceba
@ -189,6 +189,9 @@ typedef _W64 int ptrdiff_t;
|
||||
#ifndef GLEW_SUBSET_WGL_EXT_extensions_string
|
||||
#define GLEW_SUBSET_WGL_EXT_extensions_string
|
||||
#endif
|
||||
#ifndef GLEW_SUBSET_GL_VERSION_3_0
|
||||
#define GLEW_SUBSET_GL_VERSION_3_0
|
||||
#endif
|
||||
#ifndef GLEW_SUBSET_GLX_VERSION_1_2
|
||||
#define GLEW_SUBSET_GLX_VERSION_1_2
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user