Commit a0e5c6a7 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Define a prefix for png_check_chunk_length().

Do the same for png_zlib_inflate().

Change-Id: I43357020646585d38075b59fb9d24390654c5587
Reviewed-on: https://chromium-review.googlesource.com/1205672Reviewed-by: default avatarLeon Scroggins <scroggo@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#588913}
parent 2aaa6034
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#define png_calculate_crc cr_png_calculate_crc #define png_calculate_crc cr_png_calculate_crc
#define png_calloc cr_png_calloc #define png_calloc cr_png_calloc
#define png_check_IHDR cr_png_check_IHDR #define png_check_IHDR cr_png_check_IHDR
#define png_check_chunk_length cr_png_check_chunk_length
#define png_check_chunk_name cr_png_check_chunk_name #define png_check_chunk_name cr_png_check_chunk_name
#define png_check_fp_number cr_png_check_fp_number #define png_check_fp_number cr_png_check_fp_number
#define png_check_fp_string cr_png_check_fp_string #define png_check_fp_string cr_png_check_fp_string
...@@ -455,6 +456,7 @@ ...@@ -455,6 +456,7 @@
#define png_write_zTXt cr_png_write_zTXt #define png_write_zTXt cr_png_write_zTXt
#define png_zalloc cr_png_zalloc #define png_zalloc cr_png_zalloc
#define png_zfree cr_png_zfree #define png_zfree cr_png_zfree
#define png_zlib_inflate cr_png_zlib_inflate
#define png_zstream_error cr_png_zstream_error #define png_zstream_error cr_png_zstream_error
#endif // PNGPREFIX_H #endif // PNGPREFIX_H
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment