| Index: core/src/fxcodec/codec/fx_codec_progress.h
|
| diff --git a/core/src/fxcodec/codec/fx_codec_progress.h b/core/src/fxcodec/codec/fx_codec_progress.h
|
| index 2da92c9b01c5ce08da3d3116c234cc787f06eebc..45fde21338b122a99fe2ec2a8029ab1609147e78 100644
|
| --- a/core/src/fxcodec/codec/fx_codec_progress.h
|
| +++ b/core/src/fxcodec/codec/fx_codec_progress.h
|
| @@ -4,8 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _FX_CODEC_PROGRESS_H_
|
| -#define _FX_CODEC_PROGRESS_H_
|
| +#ifndef CORE_SRC_FXCODEC_CODEC_FX_CODEC_PROGRESS_H_
|
| +#define CORE_SRC_FXCODEC_CODEC_FX_CODEC_PROGRESS_H_
|
| +
|
| #define FXCODEC_BLOCK_SIZE 4096
|
| #define FXCODEC_PNG_GAMMA 2.2
|
| #if _FX_OS_ == _FX_MACOSX_ || _FX_OS_ == _FX_IOS_
|
| @@ -220,4 +221,5 @@ class CCodec_ProgressiveDecoder : public ICodec_ProgressiveDecoder {
|
| FX_BOOL m_BmpIsTopBottom;
|
| FXCODEC_STATUS m_status;
|
| };
|
| -#endif
|
| +
|
| +#endif // CORE_SRC_FXCODEC_CODEC_FX_CODEC_PROGRESS_H_
|
|
|