X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e19291405ff3995a32c965da9694f2f20aa02468..67afffcd05e53e20503b7b64215b6c272ac75e47:/src/jpeg/jcmaster.c diff --git a/src/jpeg/jcmaster.c b/src/jpeg/jcmaster.c index aab4020b87..af887794ca 100644 --- a/src/jpeg/jcmaster.c +++ b/src/jpeg/jcmaster.c @@ -135,7 +135,7 @@ validate_script (j_compress_ptr cinfo) const jpeg_scan_info * scanptr; int scanno, ncomps, ci, coefi, thisi; int Ss, Se, Ah, Al; - boolean component_sent[MAX_COMPONENTS]; + wxjpeg_boolean component_sent[MAX_COMPONENTS]; #ifdef C_PROGRESSIVE_SUPPORTED int * last_bitpos_ptr; int last_bitpos[MAX_COMPONENTS][DCTSIZE2]; @@ -540,7 +540,7 @@ finish_pass_master (j_compress_ptr cinfo) */ GLOBAL(void) -jinit_c_master_control (j_compress_ptr cinfo, boolean transcode_only) +jinit_c_master_control (j_compress_ptr cinfo, wxjpeg_boolean transcode_only) { my_master_ptr master;