Kaydet (Commit) 83fc2cfb authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:checkconfigmacros

Change-Id: Ia94c53457e328db9bdd8dd22d7a39e49c358301c
üst 50cfcd91
...@@ -5,6 +5,6 @@ Settings for OpenGL ...@@ -5,6 +5,6 @@ Settings for OpenGL
#ifndef CONFIG_OPENGL_H #ifndef CONFIG_OPENGL_H
#define CONFIG_OPENGL_H #define CONFIG_OPENGL_H
#undef HAVE_GLEW_1_12 #define HAVE_GLEW_1_12 0
#endif #endif
...@@ -440,7 +440,7 @@ APIENTRY ...@@ -440,7 +440,7 @@ APIENTRY
#endif #endif
debug_callback(GLenum source, GLenum type, GLuint id, debug_callback(GLenum source, GLenum type, GLuint id,
GLenum severity, GLsizei , const GLchar* message, GLenum severity, GLsizei , const GLchar* message,
#if defined HAVE_GLEW_1_12 #if HAVE_GLEW_1_12
const GLvoid* const GLvoid*
#else #else
GLvoid* GLvoid*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment