提交 a9017b4d authored 作者: Michael Jerris's avatar Michael Jerris

FS-4649: --resolve fix ifdefs for opengl headers

上级 4b96a8b2
......@@ -31,11 +31,16 @@
#include <string.h>
#include <unistd.h>
#if HAVE_APPLE_OPENGL_FRAMEWORK
#if HAVE_OPENGL_GL_H
# include <OpenGL/gl.h>
#endif
#if HAVE_GLUT_GLUT_H
# include <GLUT/glut.h>
#else
#endif
#if HAVE_GL_GL_H
# include <GL/gl.h>
#endif
#if HAVE_GL_GLUT_H
# include <GL/glut.h>
#endif
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论