- From: Brant Langer Gurganus <brantgurganus2001@cherokeescouting.org>
- Date: Sun, 22 Dec 2002 15:08:42 -0500
- To: www-amaya-dev@w3.org
Received on Sunday, 22 December 2002 15:10:02 UTC
Two lines are conflicting. In libjpeg/jmorecfg.h, line 161: /* INT32 must hold at least signed 32-bit values. */ #ifndef XMD_H /* X11/xmd.h correctly defines INT32 */ typedef long INT32; #endif In basetsd.h, line 52 referenced from winnt.h from windef.h from windows.h from libjpeg/jmorecfg.h: #ifndef XFree86Server typedef int INT32, *PINT32; #endif /* ndef XFree86Server */ It looks like this might be an issue in Dev-C++, but I want to make sure. If it looks like an issue on my end, let me know an I will report it. -- Brant Langer Gurganus http://troop545.cjb.net/brant.xhtml
Received on Sunday, 22 December 2002 15:10:02 UTC