From: "Chip Davis" Subject: Re: [PATCH 2/2] include: Fix prototypes of long-double msvcrt functions. Message-Id: <2387fc9a12a0baacf8f435a5ba829ee5@codeweavers.com> Date: Mon, 25 Nov 2019 15:29:08 +0000 In-Reply-To: <6e78a592-06fc-7788-5ecc-7520b2006f6b@gmail.com> References: <6e78a592-06fc-7788-5ecc-7520b2006f6b@gmail.com> <20191125022655.51480-1-cdavis@codeweavers.com> <20191125022655.51480-2-cdavis@codeweavers.com> November 25, 2019 4:44 AM, "Piotr Caban" wrote: > Hi Chip, > > Shouldn't we always use double? What's the reason for "long double" case? Clang complains when the return type of strtold(3) is double. > > Thanks, > Piotr Chip