mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[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
This commit is contained in:
committed by
Stanislav Motylkov
parent
bd27b050fc
commit
f8b0c7c6dd
@@ -30,7 +30,7 @@
|
||||
|
||||
|
||||
#ifndef ATTRIB_H
|
||||
#define ATTRIB_h
|
||||
#define ATTRIB_H
|
||||
|
||||
|
||||
#include "types.h"
|
||||
|
||||
Reference in New Issue
Block a user