--- src/mesa/vbo/vbo_noop.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/mesa/vbo/vbo_noop.h b/src/mesa/vbo/vbo_noop.h index f61cd51..8aa17ce 100644 --- a/src/mesa/vbo/vbo_noop.h +++ b/src/mesa/vbo/vbo_noop.h @@ -23,8 +23,8 @@ * OTHER DEALINGS IN THE SOFTWARE. */ -#ifndef _API_NOOP_H -#define _API_NOOP_H +#ifndef VBO_NOOP_H +#define VBO_NOOP_H #include "main/mtypes.h" @@ -37,4 +37,4 @@ extern GLboolean _mesa_using_noop_vtxfmt(const struct _glapi_table *dispatch); -#endif /* _API_NOOP_H */ +#endif /* VBO_NOOP_H */ -- 2.7.4 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev