X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e19291405ff3995a32c965da9694f2f20aa02468..eea4d01c65f9b29baa1193db762b4c6b8144af24:/src/jpeg/jerror.c diff --git a/src/jpeg/jerror.c b/src/jpeg/jerror.c index 3da7be86a0..660c4a6dd8 100644 --- a/src/jpeg/jerror.c +++ b/src/jpeg/jerror.c @@ -161,7 +161,7 @@ format_message (j_common_ptr cinfo, char * buffer) const char * msgtext = NULL; const char * msgptr; char ch; - boolean isstring; + wxjpeg_boolean isstring; /* Look up message string in proper table */ if (msg_code > 0 && msg_code <= err->last_jpeg_message) {