| Index: sky/engine/wtf/WTFExport.h
|
| diff --git a/sky/engine/wtf/WTFExport.h b/sky/engine/wtf/WTFExport.h
|
| index 06f4abc434a83043940d150082ad8c94e5e74ae3..25698b2c8a3b3c51a88715b02abceff11433a322 100644
|
| --- a/sky/engine/wtf/WTFExport.h
|
| +++ b/sky/engine/wtf/WTFExport.h
|
| @@ -29,8 +29,8 @@
|
| */
|
|
|
|
|
| -#ifndef WTFExport_h
|
| -#define WTFExport_h
|
| +#ifndef SKY_ENGINE_WTF_WTFEXPORT_H_
|
| +#define SKY_ENGINE_WTF_WTFEXPORT_H_
|
|
|
| #if !defined(WTF_IMPLEMENTATION)
|
| #define WTF_IMPLEMENTATION 0
|
| @@ -42,4 +42,4 @@
|
| #define WTF_EXPORT
|
| #endif
|
|
|
| -#endif // WTFExport_h
|
| +#endif // SKY_ENGINE_WTF_WTFEXPORT_H_
|
|
|