X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0904e5e12a4a6d31cd2c55bed973bbacb366e92a..5afecf600d44428246dca81b624a66926c69f675:/src/jpeg/jdinput.c diff --git a/src/jpeg/jdinput.c b/src/jpeg/jdinput.c index 942a99c141..c89b75de58 100644 --- a/src/jpeg/jdinput.c +++ b/src/jpeg/jdinput.c @@ -20,7 +20,7 @@ typedef struct { struct jpeg_input_controller pub; /* public fields */ - boolean inheaders; /* TRUE until first SOS is reached */ + wxjpeg_boolean inheaders; /* TRUE until first SOS is reached */ } my_input_controller; typedef my_input_controller * my_inputctl_ptr;