cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: large file changes on win32

From: Greg Hewgill <greg_hewgill_at_ud.com>
Date: Wed, 25 Feb 2004 09:30:52 -0600

> I suggest we make this slightly different, see the attached file! I hope this
> still works as supposed?

It would, but there were some unrelated changes to "long double" in there that causes a problem in the win32 build. The config-win32.h file has #define SIZEOF_LONG_DOUBLE 16, but changes are made in your patch to specifically omit support for "long double" in only two of three places. Changing the remaining "#if SIZEOF_LONG_DOUBLE" fixes this problem. Incidentally, the number of bytes in a "long double" in MSVC is 10, not 16.

Thanks!

Greg Hewgill
Received on 2004-02-25