[64bit] type conflict for INT32

Ken Brown kbrown@cornell.edu
Thu Apr 11 16:56:00 GMT 2013


/usr/include/jmorecfg.h (from libjpeg-devel-1.2.1-1) contains

   typedef long INT32

Aside from the fact that this produces a confusing name for a 64-bit 
data type, it conflicts with /usr/include/w32api/basetsd.h, which has

   typedef signed int INT32

This causes a problem for the build of emacs-w32.

Ken



More information about the Cygwin-apps mailing list