| Index: sky/engine/platform/PlatformExport.h
|
| diff --git a/sky/engine/platform/PlatformExport.h b/sky/engine/platform/PlatformExport.h
|
| index e8f6e572e19b6aa82e77fc16abdd7f7da698b60f..25f2acef030711f3020ed4af1392a419ccda8cd3 100644
|
| --- a/sky/engine/platform/PlatformExport.h
|
| +++ b/sky/engine/platform/PlatformExport.h
|
| @@ -29,8 +29,8 @@
|
| */
|
|
|
|
|
| -#ifndef PlatformExport_h
|
| -#define PlatformExport_h
|
| +#ifndef SKY_ENGINE_PLATFORM_PLATFORMEXPORT_H_
|
| +#define SKY_ENGINE_PLATFORM_PLATFORMEXPORT_H_
|
|
|
| #if !defined(BLINK_PLATFORM_IMPLEMENTATION)
|
| #define BLINK_PLATFORM_IMPLEMENTATION 0
|
| @@ -42,4 +42,4 @@
|
| #define PLATFORM_EXPORT
|
| #endif
|
|
|
| -#endif // PlatformExport_h
|
| +#endif // SKY_ENGINE_PLATFORM_PLATFORMEXPORT_H_
|
|
|