Answers for "__has_include"

0

__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
Posted by: Guest on September-19-2020

Code answers related to "__has_include"

Browse Popular Code Answers by Language