| Index: core/fxge/include/fx_ge_apple.h
|
| diff --git a/core/include/fxge/fx_ge_apple.h b/core/fxge/include/fx_ge_apple.h
|
| similarity index 84%
|
| rename from core/include/fxge/fx_ge_apple.h
|
| rename to core/fxge/include/fx_ge_apple.h
|
| index 16298581b3a8530c3e98b1bc584a877609ed4e64..57acef653cabc738b8c0a0e0319dcd064b4b18af 100644
|
| --- a/core/include/fxge/fx_ge_apple.h
|
| +++ b/core/fxge/include/fx_ge_apple.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_INCLUDE_FXGE_FX_GE_APPLE_H_
|
| -#define CORE_INCLUDE_FXGE_FX_GE_APPLE_H_
|
| +#ifndef CORE_FXGE_INCLUDE_FX_GE_APPLE_H_
|
| +#define CORE_FXGE_INCLUDE_FX_GE_APPLE_H_
|
|
|
| #if _FXM_PLATFORM_ == _FXM_PLATFORM_APPLE_
|
| class CFX_QuartzDevice : public CFX_RenderDevice {
|
| @@ -24,4 +24,4 @@ class CFX_QuartzDevice : public CFX_RenderDevice {
|
| };
|
| #endif
|
|
|
| -#endif // CORE_INCLUDE_FXGE_FX_GE_APPLE_H_
|
| +#endif // CORE_FXGE_INCLUDE_FX_GE_APPLE_H_
|
|
|