Use __linux__ macro
This commit is contained in:
parent
108215dfdd
commit
26b69ecace
@ -105,7 +105,7 @@ void initGL()
|
||||
return;
|
||||
is_gl_init = true;
|
||||
// For Mesa extension reporting
|
||||
#ifdef UNIX
|
||||
#ifdef __linux__
|
||||
glewExperimental = GL_TRUE;
|
||||
#endif
|
||||
GLenum err = glewInit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user