MIN
267 jpegint.h #undef MIN
MIN
268 jpegint.h #define MIN(a,b) ((a) < (b) ? (a) : (b))