From f8b0c7c6dd3d6845bb97fde7a1496bc4742452ba Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Thu, 27 Aug 2020 18:56:14 +0200 Subject: [PATCH] [MESA] Fix 'ATTRIB_h' typo clang-cl 10: '.../attrib.h(32,9): warning: 'ATTRIB_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]' Addendum to 5f2bebf. CORE-7499 CORE-14306 --- dll/opengl/mesa/attrib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/opengl/mesa/attrib.h b/dll/opengl/mesa/attrib.h index 80df20e6fe6..074f5a3f29a 100644 --- a/dll/opengl/mesa/attrib.h +++ b/dll/opengl/mesa/attrib.h @@ -30,7 +30,7 @@ #ifndef ATTRIB_H -#define ATTRIB_h +#define ATTRIB_H #include "types.h"