0
Q:

__has_include

#if __has_include(<GL/gl.h>)
#   include <GL/gl.h>
#   include <GL/glu.h>
#else
#   include <OpenGL/gl.h>
#   include <OpenGL/glu.h>
#endif
0

New to Communities?

Join the community