From: DRC Date: Mon, 6 Jul 2015 16:02:57 +0000 (+0000) Subject: Add additional protections against defining INT32 if another header has already defin... X-Git-Tag: 1.4.90~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65c5ec2f0fe070c983f4bebc99b841c4d80a0c8a;p=libjpeg-turbo Add additional protections against defining INT32 if another header has already defined it (code borrowed from libjpeg v8.) This isn't necessary when using the libjpeg-turbo build system on Windows, because the CMake generated jconfig.h defines INT32 and then defines XMD_H to trick jmorecfg.h into not redefining it. However, some projects build libjpeg-turbo using their own build systems. git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1592 632fc199-4ca6-4c93-a231-07263d6284db --- 65c5ec2f0fe070c983f4bebc99b841c4d80a0c8a