summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/fx_lpng/lpng_v163/fx_pngwio.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/fxcodec/fx_lpng/lpng_v163/fx_pngwio.c')
-rw-r--r--core/src/fxcodec/fx_lpng/lpng_v163/fx_pngwio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/fxcodec/fx_lpng/lpng_v163/fx_pngwio.c b/core/src/fxcodec/fx_lpng/lpng_v163/fx_pngwio.c
index 5f3133e5d5..9268c163b0 100644
--- a/core/src/fxcodec/fx_lpng/lpng_v163/fx_pngwio.c
+++ b/core/src/fxcodec/fx_lpng/lpng_v163/fx_pngwio.c
@@ -17,7 +17,6 @@
* functions, but rather write replacement functions and then change
* them at run time with png_set_write_fn(...).
*/
-#if (!defined(_FPDFAPI_MINI_) || defined(_FXCORE_FEATURE_ALL_) || defined(_PNG_DECODER_)) && !defined(_USE_ADDIN_) && !defined(_FX_EMB_NOUSE_DECODER_)
#include "pngpriv.h"
#ifdef PNG_WRITE_SUPPORTED
@@ -162,4 +161,3 @@ png_set_write_fn(png_structrp png_ptr, png_voidp io_ptr,
}
}
#endif /* PNG_WRITE_SUPPORTED */
-#endif//_FPDFAPI_MINI_