From: jeffdbREMOVETHIS AT goodnet DOT com (Mikey) Subject: double != long double 10 Jan 1999 18:37:18 -0800 Message-ID: <3698cbfc.153903947.cygnus.cygwin32.developers@mail.goodnet.com> Reply-To: jeffdbREMOVETHIS AT goodnet DOT com To: cygwin32-developers AT cygnus DOT com Why is cygwin using a 12 byte long double when the vc compiler uses an 8 byte, does anyone know? If this is just an oversight then #undef LONG_DOUBLE_TYPE_SIZE #define LONG_DOUBLE_TYPE_SIZE 64 should be put into cygwin32/mingw32.h