X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f4bffab216491346753a5211c494417708b4802..e68b7b364aff19665e2c6ee8c68266b6f3d56355:/src/jpeg/jcmainct.c diff --git a/src/jpeg/jcmainct.c b/src/jpeg/jcmainct.c index 4c22f78736..42846cb517 100644 --- a/src/jpeg/jcmainct.c +++ b/src/jpeg/jcmainct.c @@ -30,7 +30,7 @@ typedef struct { JDIMENSION cur_iMCU_row; /* number of current iMCU row */ JDIMENSION rowgroup_ctr; /* counts row groups received in iMCU row */ - boolean suspended; /* remember if we suspended output */ + wxjpeg_boolean suspended; /* remember if we suspended output */ J_BUF_MODE pass_mode; /* current operating mode */ /* If using just a strip buffer, this points to the entire set of buffers @@ -173,7 +173,7 @@ process_data_buffer_main (j_compress_ptr cinfo, my_main_ptr mymain = (my_main_ptr) cinfo->main; int ci; jpeg_component_info *compptr; - boolean writing = (mymain->pass_mode != JBUF_CRANK_DEST); + wxjpeg_boolean writing = (mymain->pass_mode != JBUF_CRANK_DEST); while (mymain->cur_iMCU_row < cinfo->total_iMCU_rows) { /* Realign the virtual buffers if at the start of an iMCU row. */ @@ -242,7 +242,7 @@ process_data_buffer_main (j_compress_ptr cinfo, */ GLOBAL(void) -jinit_c_main_controller (j_compress_ptr cinfo, boolean need_full_buffer) +jinit_c_main_controller (j_compress_ptr cinfo, wxjpeg_boolean need_full_buffer) { my_main_ptr mymain; int ci;