commit | b752897f678ac35fa13f797af3237f477c2508d3 | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Fri Jan 20 14:47:22 2023 +0200 |
committer | Martin Storsjö <martin@martin.st> | Sat Jan 21 17:01:07 2023 +0200 |
tree | 0a204c6d5082889967b3208f488eca1bbb46bf63 | |
parent | a57cacad31f5766d45959b6c0f9b122918d545fa [diff] |
headers: Don't use __mingw_wcstod/wcstof on UCRT The UCRT provided versions should be fully C99 compliant. This matches what was done for strtod/strtof for the initial configuration for UCRT in 265d0a5e3f087ed6bd68412cceed5e27e3ef62ae. Also clarify the endif comment, and make the condition in wchar.h consistent with the one in stdlib.h. Signed-off-by: Martin Storsjö <martin@martin.st>