X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e19291405ff3995a32c965da9694f2f20aa02468..901a462fd537d432127b4f765cd2a1032639d584:/src/jpeg/jcmarker.c diff --git a/src/jpeg/jcmarker.c b/src/jpeg/jcmarker.c index 3d1e6c6d52..b6d987af88 100644 --- a/src/jpeg/jcmarker.c +++ b/src/jpeg/jcmarker.c @@ -181,7 +181,7 @@ emit_dqt (j_compress_ptr cinfo, int index) LOCAL(void) -emit_dht (j_compress_ptr cinfo, int index, boolean is_ac) +emit_dht (j_compress_ptr cinfo, int index, wxjpeg_boolean is_ac) /* Emit a DHT marker */ { JHUFF_TBL * htbl; @@ -494,7 +494,7 @@ METHODDEF(void) write_frame_header (j_compress_ptr cinfo) { int ci, prec; - boolean is_baseline; + wxjpeg_boolean is_baseline; jpeg_component_info *compptr; /* Emit DQT for each quantization table.