[Bug 497492] mingw32-libjpeg crash on windows, typedef

bugzilla at redhat.com bugzilla at redhat.com
Sat Aug 22 15:32:44 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=497492





--- Comment #9 from Erik van Pienbroek <erik-fedora at vanpienbroek.nl>  2009-08-22 11:32:43 EDT ---
Created an attachment (id=358308)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=358308)
Patch to fix a typo which is in libjpeg-7

There also was a conflict between libjpeg and basestd.h regarding the datatype
'INT32'. In libjpeg-7 some code was added to fix this problem, but this fix
contains a typo.

Attentive readers might have noticed that basetsd.h contains a 'typedef int
INT32' while libjpeg uses a 'typedef long INT32'. For Win32 this doesn't matter
as sizeof(int) == sizeof(long) on those environments.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the mingw mailing list