Skip to content

Commit

Permalink
POSIX: MSVC really does have copysign
Browse files Browse the repository at this point in the history
This is enabled in config.gc, and gcc builds were using only msvcrt
for a long time, so presumably MSVC 2013 which uses msvcrt also
supports it.  Later MSVC uses ucrt which definitely supports
copysign.
  • Loading branch information
tonycoz committed Nov 6, 2023
1 parent 9b6ba20 commit c0ae046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win32/config.vc
Expand Up @@ -133,8 +133,8 @@ d_class='undef'
d_clearenv='undef'
d_closedir='define'
d_cmsghdr_s='undef'
d_copysign='undef'
d_copysignl='undef'
d_copysign='define'
d_copysignl='define'
d_cplusplus='undef'
d_crypt='define'
d_crypt_r='undef'
Expand Down

0 comments on commit c0ae046

Please sign in to comment.