mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00: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:
parent
bd27b050fc
commit
f8b0c7c6dd
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
|
||||
#ifndef ATTRIB_H
|
||||
#define ATTRIB_h
|
||||
#define ATTRIB_H
|
||||
|
||||
|
||||
#include "types.h"
|
||||
|
|
Loading…
Reference in a new issue