X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e19291405ff3995a32c965da9694f2f20aa02468..4c624eb1e57635e0164f6745dc05375b72240a37:/src/jpeg/jidctfst.c diff --git a/src/jpeg/jidctfst.c b/src/jpeg/jidctfst.c index dba4216fb9..d388b61783 100644 --- a/src/jpeg/jidctfst.c +++ b/src/jpeg/jidctfst.c @@ -89,10 +89,10 @@ */ #if CONST_BITS == 8 -#define FIX_1_082392200 ((INT32) 277) /* FIX(1.082392200) */ -#define FIX_1_414213562 ((INT32) 362) /* FIX(1.414213562) */ -#define FIX_1_847759065 ((INT32) 473) /* FIX(1.847759065) */ -#define FIX_2_613125930 ((INT32) 669) /* FIX(2.613125930) */ +#define FIX_1_082392200 ((JPEG_INT32) 277) /* FIX(1.082392200) */ +#define FIX_1_414213562 ((JPEG_INT32) 362) /* FIX(1.414213562) */ +#define FIX_1_847759065 ((JPEG_INT32) 473) /* FIX(1.847759065) */ +#define FIX_2_613125930 ((JPEG_INT32) 669) /* FIX(2.613125930) */ #else #define FIX_1_082392200 FIX(1.082392200) #define FIX_1_414213562 FIX(1.414213562)