| Index: core/src/fxge/dib/fx_dib_convert.cpp
|
| diff --git a/core/src/fxge/dib/fx_dib_convert.cpp b/core/src/fxge/dib/fx_dib_convert.cpp
|
| index 80483f07d34019e71607934a204f377c9346bf13..2c310f3cea043f71a2d2bd4614ab4875e9fa368d 100644
|
| --- a/core/src/fxge/dib/fx_dib_convert.cpp
|
| +++ b/core/src/fxge/dib/fx_dib_convert.cpp
|
| @@ -622,7 +622,7 @@ FX_BOOL _ConvertBuffer_Rgb2PltRgb8(uint8_t* dest_buf,
|
| if (pIccTransform) {
|
| pIccModule = CFX_GEModule::Get()->GetCodecModule()->GetIccModule();
|
| }
|
| -#endif
|
| +#endif // PDF_ENABLE_XFA
|
| FX_BOOL ret = _ConvertBuffer_Rgb2PltRgb8_NoTransform(
|
| dest_buf, dest_pitch, width, height, pSrcBitmap, src_left, src_top,
|
| dst_plt);
|
|
|