https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f8b0c7c6dd3d6845bb97fde7a1496bc4742452ba

commit f8b0c7c6dd3d6845bb97fde7a1496bc4742452ba
Author:     Serge Gautherie <[email protected]>
AuthorDate: Thu Aug 27 18:56:14 2020 +0200
Commit:     Stanislav Motylkov <[email protected]>
CommitDate: Sun Aug 30 02:00:57 2020 +0300

    [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"

Reply via email to