Use __linux__ macro

This commit is contained in:
vlj 2014-09-13 23:35:15 +02:00
parent 108215dfdd
commit 26b69ecace

View File

@ -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();